Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/x11-wm/wmakerconf/files/patch-scripts__wget.pl
19289 views
1
--- scripts/wget.pl.orig 2004-01-25 22:20:31 UTC
2
+++ scripts/wget.pl
3
@@ -1,5 +1,5 @@ quit ("Wget not installed") if $wwwget eq "";
4
quit ("Wget not installed") if $wwwget eq "";
5
6
-$rc = system ("$wwwget --quiet -c --tries=0 -O$tmpfile '$url'");
7
+$rc = system ("$wwwget --q -o $tmpfile '$url'");
8
9
quit ("HTTP response error.") if $rc;
10
11