Don't complain, urlget
This commit is contained in:
parent
04429a150b
commit
c69fe50658
@ -66,11 +66,11 @@ do # Check to see if it exists. Don't overwrite unless -o given
|
|||||||
URL=$SOFTWARE_DIR/$i.tar.bz2
|
URL=$SOFTWARE_DIR/$i.tar.bz2
|
||||||
URL1=$URL
|
URL1=$URL
|
||||||
TARBZ=$i.tar.bz2
|
TARBZ=$i.tar.bz2
|
||||||
if urlget $URL >$TARBZ
|
if urlget $URL >$TARBZ 2>/dev/null
|
||||||
then :
|
then :
|
||||||
else # It is not in the directory of tested software. Try beta dir.
|
else # It is not in the directory of tested software. Try beta dir.
|
||||||
URL=$BETA_DIR/$TARBZ
|
URL=$BETA_DIR/$TARBZ
|
||||||
if urlget $URL >$TARBZ
|
if urlget $URL >$TARBZ 2>/dev/null
|
||||||
then :
|
then :
|
||||||
else
|
else
|
||||||
echo Cannot get $i.
|
echo Cannot get $i.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user