From: Ben Gras Date: Sun, 26 Mar 2006 20:33:14 +0000 (+0000) Subject: Shorter message to fit on one console line X-Git-Tag: v3.1.2a~122 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch04.html?a=commitdiff_plain;h=5cecf2d6eee7ff0ba32e225aa4bc120a88a4c6dd;p=minix.git Shorter message to fit on one console line --- diff --git a/commands/scripts/packman.sh b/commands/scripts/packman.sh index 82cd5d76b..8aba723ac 100644 --- a/commands/scripts/packman.sh +++ b/commands/scripts/packman.sh @@ -85,9 +85,9 @@ else cont=y if [ "$in" = 2 ] then cd $SRC || exit - echo " * Installing sources .." + echo " * Installing sources in $SRC .." for f in $CDSRC/*.tar.bz2 - do echo "Installing $f in $SRC .." + do echo "$f .." smallbunzip2 -dc $f | tar xf - done fi