summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/url_check/main2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/url_check/main b/plugins/url_check/main
index 10f0df71c..cf4c05a25 100755
--- a/plugins/url_check/main
+++ b/plugins/url_check/main
@@ -188,7 +188,7 @@ init(){
create_url_list(){
echo "creating list of download URLS for `echo $PACKAGES | wc -w` packages (This may take a while!)"
for target in $PACKAGES; do
- $PTXDIST print ${target}_URL 2>> $TMPDIR/errors | $SED -e s/.*is\ \"//g -e s/\"//g >> $TMPDIR/urllist
+ $PTXDIST print ${target}_URL 2>> $TMPDIR/errors | grep "\ is\ " | $SED -e s/.*is\ \"//g -e s/\"//g >> $TMPDIR/urllist
echo -n "."
done
echo "done"