summaryrefslogtreecommitdiffstats
path: root/plugins/url_check/main
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/url_check/main')
-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 e2692c4db..5789d4059 100755
--- a/plugins/url_check/main
+++ b/plugins/url_check/main
@@ -222,7 +222,7 @@ create_url_list(){
if [ `cat "$TMPDIR/urllist" | wc -l` = "0" ]; then
echo "Fast listing failed. This may take a while!"
for target in $PACKAGES; do
- $PTXDIST print ${target}_URL 2>> $TMPDIR/errors | sed -e 's/ */\n/' >> $TMPDIR/urllist
+ $PTXDIST print ${target}_URL 2>> $TMPDIR/errors >> $TMPDIR/urllist
echo -n "."
done
fi