allow passive FTP
authorMatthias Rampke <matthias@rampke.de>
Thu, 11 Aug 2011 22:05:14 +0000 (00:05 +0200)
committerMatthias Rampke <matthias@rampke.de>
Thu, 11 Aug 2011 22:05:14 +0000 (00:05 +0200)
summon-arm-toolchain

index 94ea5dae92dbbb776449e8cbd9aa91abe77e5a8e..4a22be18bb9851cd528b4147cc9967b30e68701a 100755 (executable)
@@ -155,7 +155,7 @@ esac
 function fetch {
     if [ ! -e ${STAMPS}/$1.fetch ]; then
         log "Downloading $1 sources..."
-        wget -c --no-passive-ftp $2
+        wget -c $2
         touch ${STAMPS}/$1.fetch
     fi
 }