From: Bdale Garbee Date: Mon, 22 Apr 2013 17:42:09 +0000 (-0600) Subject: the --no-passive-ftp option to wget broke retrieval of newlib X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=commitdiff_plain;h=7824687485533666b54e56fcb9a5b90054e65fc0;ds=sidebyside the --no-passive-ftp option to wget broke retrieval of newlib --- 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 }