summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-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 4643c029e..10f0df71c 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 | $SED -e s/.*is\ \"//g -e s/\"//g >> $TMPDIR/urllist 2>> $TMPDIR/errors
+ $PTXDIST print ${target}_URL 2>> $TMPDIR/errors | $SED -e s/.*is\ \"//g -e s/\"//g >> $TMPDIR/urllist
echo -n "."
done
echo "done"