From: Ben Gras Date: Wed, 2 Nov 2005 20:01:37 +0000 (+0000) Subject: ast@'s update X-Git-Tag: v3.1.2a~528 X-Git-Url: http://zhaoyanbai.com/repos/nsupdate.html?a=commitdiff_plain;h=5ccf545e1ba2d5396ea0813c5e3f6b41e9a5fd10;p=minix.git ast@'s update --- diff --git a/commands/scripts/easypack.sh b/commands/scripts/easypack.sh index 1c7bee2e8..8b7e821a0 100644 --- a/commands/scripts/easypack.sh +++ b/commands/scripts/easypack.sh @@ -80,7 +80,7 @@ do # Check to see if it exists. Don't overwrite unless -o given fi # We got it. Unpack it. - echo Package $i.tar.bz2 successfully fetched + echo Package $i fetched bunzip2 $i.tar.bz2 || smallbunzip2 $i.tar.bz2 tar xf $i.tar if test ! -d $i @@ -93,7 +93,7 @@ do # Check to see if it exists. Don't overwrite unless -o given cd $i if sh build >>$ORIG_DIR/Log 2>&1 then echo Package $i installed - else echo Package $i failed to install; see Log + else echo Package $i failed to install, see Log fi # Clean up