blob: 2d714b0cc53366dc7928bb32845d3a458020b028 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- scripts/wget.pl.orig 2004-01-25 22:20:31 UTC
+++ scripts/wget.pl
@@ -1,5 +1,5 @@ quit ("Wget not installed") if $wwwget eq "";
quit ("Wget not installed") if $wwwget eq "";
-$rc = system ("$wwwget --quiet -c --tries=0 -O$tmpfile '$url'");
+$rc = system ("$wwwget --q -o $tmpfile '$url'");
quit ("HTTP response error.") if $rc;
|