X-Git-Url: https://git.gag.com/?p=fw%2Fcortex-toolchain;a=blobdiff_plain;f=summon-arm-toolchain;h=0fd7a1ac537276c7695608bee38b9af1635f5d48;hp=b005afc18fd49ec7b654880df05f60e2629afccc;hb=16cd433d5dddb12fe8aaa741edf3da2c15f777d3;hpb=9b7cedd89ba9825f29544cf6606db202fb0c4c49 diff --git a/summon-arm-toolchain b/summon-arm-toolchain index b005afc..0fd7a1a 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -215,8 +215,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 --no-passive-ftp $2 && touch ${STAMPS}/$1.fetch fi }