]> Zhao Yanbai Git Server - minix.git/commitdiff
Shorter message to fit on one console line
authorBen Gras <ben@minix3.org>
Sun, 26 Mar 2006 20:33:14 +0000 (20:33 +0000)
committerBen Gras <ben@minix3.org>
Sun, 26 Mar 2006 20:33:14 +0000 (20:33 +0000)
commands/scripts/packman.sh

index 82cd5d76bca54867a40ce5120d829604b057b18f..8aba723ac1e2952e6360e77688506da0730b2034 100644 (file)
@@ -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