From: Matthias Rampke Date: Sat, 13 Aug 2011 19:48:11 +0000 (+0200) Subject: make curl follow redirects X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=summon-arm-toolchain.git;a=commitdiff_plain;h=e6e2cf45569866dd45dee3486780933d2df87d66 make curl follow redirects --- diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 31c7991..e849357 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -111,7 +111,7 @@ if which fetch > /dev/null; then elif which wget > /dev/null; then FETCHCMD=wget elif which curl > /dev/null; then - FETCHCMD="curl -O" + FETCHCMD="curl -O -L" else FETCHCMD=ftp # the only HTTP client on some BSD fi