From: data Date: Tue, 10 Jun 2008 10:39:05 +0000 (+0000) Subject: Added compatibility with wget 1.11 X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/0099f07687b6f00f2909d9a6ee08220968e7d698 Added compatibility with wget 1.11 git-svn-id: http://abcde.googlecode.com/svn/trunk@240 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index 2358c1f..cf49057 100755 --- a/abcde +++ b/abcde @@ -3131,7 +3131,7 @@ fi if [ "$HTTPGETOPTS" = "" ] ; then case $HTTPGET in - wget) HTTPGETOPTS="-q -nv -O -";; + wget) HTTPGETOPTS="-q -nv -e timestamping=off -O -";; curl) HTTPGETOPTS="-f -s";; fetch)HTTPGETOPTS="-q -o -";; ftp) HTTPGETOPTS="-a -V -o - ";; diff --git a/cddb-tool b/cddb-tool index 5e365b5..bdd9613 100755 --- a/cddb-tool +++ b/cddb-tool @@ -44,7 +44,7 @@ if [ "$HTTPGET" = "" ]; then HTTPGETOPTS=${HTTPGETOPTS:="-f -s"} else HTTPGET=wget - HTTPGETOPTS=${HTTPGETOPTS:="-q -nv -O -"} + HTTPGETOPTS=${HTTPGETOPTS:="-q -nv -e timestamping=off -O -"} fi fi