--- trunk/mage/usr/lib/mage/smage2.sh 2005/06/01 16:10:19 85 +++ trunk/mage/usr/lib/mage/smage2.sh 2005/06/28 20:34:48 89 @@ -4,7 +4,7 @@ # needs pkgbuild_dir (mage) # SMAGE2 -# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.11 2005-06-01 16:10:19 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/mage/usr/lib/mage/smage2.sh,v 1.12 2005-06-28 20:34:48 niro Exp $ #01.10.2004 # added ccache support @@ -179,12 +179,13 @@ --progress bar \ --directory-prefix="${my_SOURCEDIR}" \ "${my_SRC_URI}" - if [ "$?" == "0" ] - then - break - else - continue - fi +# only needed to run through a list of mirrors +# if [ "$?" == "0" ] +# then +# break +# else +# continue +# fi fi fi