From: Ben Gras Date: Tue, 21 Feb 2006 16:06:28 +0000 (+0000) Subject: Don't complain, urlget X-Git-Tag: v3.1.2a~323 X-Git-Url: http://zhaoyanbai.com/repos/html/static/gitweb.js?a=commitdiff_plain;h=c69fe506582cd99872c56b700e6e97206154bc6c;p=minix.git Don't complain, urlget --- diff --git a/commands/scripts/easypack.sh b/commands/scripts/easypack.sh index 3807120a9..d3cd8ee01 100644 --- a/commands/scripts/easypack.sh +++ b/commands/scripts/easypack.sh @@ -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.