diff options
Diffstat (limited to 'community/abcde/busybox-wget.patch')
-rw-r--r-- | community/abcde/busybox-wget.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/abcde/busybox-wget.patch b/community/abcde/busybox-wget.patch new file mode 100644 index 0000000000..ddec038139 --- /dev/null +++ b/community/abcde/busybox-wget.patch @@ -0,0 +1,11 @@ +--- a/abcde 2014-09-28 19:01:23.465895247 +0500 ++++ b/abcde 2014-09-28 19:02:01.292355035 +0500 +@@ -3845,7 +3845,7 @@ + + if [ "$HTTPGETOPTS" = "" ] ; then + case $HTTPGET in +- wget) HTTPGETOPTS="-q -nv -e timestamping=off -O -";; ++ wget) HTTPGETOPTS="-q -O -";; + curl) HTTPGETOPTS="-f -s -L";; + fetch)HTTPGETOPTS="-q -o -";; + ftp) HTTPGETOPTS="-a -V -o - ";; |