From e6e2cf45569866dd45dee3486780933d2df87d66 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Sat, 13 Aug 2011 21:48:11 +0200 Subject: [PATCH] make curl follow redirects --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1