From 5ba5e108f3e85480112fb8a253e26a08d1c9dc78 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 9 Dec 2012 17:57:16 +0100 Subject: fix fetch_if_newer --- bin/g-i-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 39753771..b69cb45d 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -56,7 +56,7 @@ fetch_if_newer() { curlopts="-L" if [ -f $file ] ; then - curlopts="-z $file" + curlopts="$curlopts -z $file" fi curl $curlopts -o $file $url } -- cgit v1.2.3-70-g09d2