From 7824687485533666b54e56fcb9a5b90054e65fc0 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 22 Apr 2013 11:42:09 -0600 Subject: [PATCH] the --no-passive-ftp option to wget broke retrieval of newlib --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index aa7afe9..ac3a913 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -220,7 +220,7 @@ esac function fetch { if [ ! -e ${STAMPS}/$1.fetch ]; then log "Downloading $1 sources..." - wget -c --no-passive-ftp $2 && touch ${STAMPS}/$1.fetch + wget -c $2 && touch ${STAMPS}/$1.fetch fi } -- 2.30.2