changed to passive ftp

This commit is contained in:
Dave Murphy 2005-05-05 00:42:15 +00:00
parent 16069e54c1
commit 04eaad79a2

View File

@ -164,7 +164,7 @@ else
exit
fi
wget -c $NEWLIB_URL
wget --passive-ftp -c $NEWLIB_URL
if [ ! -f $NEWLIB ]
then
echo "Error: Failed to download "$NEWLIB