Don't complain, urlget

This commit is contained in:
Ben Gras 2006-02-21 16:06:28 +00:00
parent 04429a150b
commit c69fe50658

View File

@ -66,11 +66,11 @@ do # Check to see if it exists. Don't overwrite unless -o given
URL=$SOFTWARE_DIR/$i.tar.bz2
URL1=$URL
TARBZ=$i.tar.bz2
if urlget $URL >$TARBZ
if urlget $URL >$TARBZ 2>/dev/null
then :
else # It is not in the directory of tested software. Try beta dir.
URL=$BETA_DIR/$TARBZ
if urlget $URL >$TARBZ
if urlget $URL >$TARBZ 2>/dev/null
then :
else
echo Cannot get $i.