the --no-passive-ftp option to wget broke retrieval of newlib
authorBdale Garbee <bdale@gag.com>
Mon, 22 Apr 2013 17:42:09 +0000 (11:42 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 22 Apr 2013 17:42:09 +0000 (11:42 -0600)
summon-arm-toolchain

index aa7afe92488af95835b05438a0706725b290963d..ac3a91312f35d69e6a5372526f577dcc84e187bb 100755 (executable)
@@ -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
 }