Shorter message to fit on one console line

This commit is contained in:
Ben Gras 2006-03-26 20:33:14 +00:00
parent 44737aa233
commit 5cecf2d6ee

View File

@ -85,9 +85,9 @@ else cont=y
if [ "$in" = 2 ] if [ "$in" = 2 ]
then then
cd $SRC || exit cd $SRC || exit
echo " * Installing sources .." echo " * Installing sources in $SRC .."
for f in $CDSRC/*.tar.bz2 for f in $CDSRC/*.tar.bz2
do echo "Installing $f in $SRC .." do echo "$f .."
smallbunzip2 -dc $f | tar xf - smallbunzip2 -dc $f | tar xf -
done done
fi fi