]> Zhao Yanbai Git Server - minix.git/commitdiff
Don't complain, urlget
authorBen Gras <ben@minix3.org>
Tue, 21 Feb 2006 16:06:28 +0000 (16:06 +0000)
committerBen Gras <ben@minix3.org>
Tue, 21 Feb 2006 16:06:28 +0000 (16:06 +0000)
commands/scripts/easypack.sh

index 3807120a9436a89be28c5da681cde44e5ebe1240..d3cd8ee0188bec78ae2eef2aa33c1ddced527dc9 100644 (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.