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 ]
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