Shorter message to fit on one console line
This commit is contained in:
parent
44737aa233
commit
5cecf2d6ee
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user