X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=blobdiff_plain;f=summon-arm-toolchain;h=ac3a91312f35d69e6a5372526f577dcc84e187bb;hp=aa7afe92488af95835b05438a0706725b290963d;hb=7824687485533666b54e56fcb9a5b90054e65fc0;hpb=c913fe3ae31f6bb1dc899f86b6b96d3fb8f3c8bd 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 }