From 77f6292113bc4eb2ba6826c4d0dd6c367c1940c4 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 12 Aug 2011 00:05:14 +0200 Subject: [PATCH] allow passive FTP --- summon-arm-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/summon-arm-toolchain b/summon-arm-toolchain index 94ea5da..4a22be1 100755 --- a/summon-arm-toolchain +++ b/summon-arm-toolchain @@ -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 } -- 2.25.1