freebsd-ports/x11-wm/wmakerconf/files/patch-aa
2000-10-05 07:22:56 +00:00

10 lines
335 B
Text

--- scripts/wget.pl.orig Thu Mar 16 09:11:14 2000
+++ scripts/wget.pl Fri Apr 7 22:06:14 2000
@@ -1,6 +1,6 @@
#! /usr/bin/perl
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;