From 5cecf2d6eee7ff0ba32e225aa4bc120a88a4c6dd Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 26 Mar 2006 20:33:14 +0000 Subject: [PATCH] Shorter message to fit on one console line --- commands/scripts/packman.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0