1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

r10582: Nicer output (try to avoid linewraps)

This commit is contained in:
Jelmer Vernooij 2005-09-28 14:42:04 +00:00 committed by Gerald (Jerry) Carter
parent 236bd1b97f
commit 908b88843f

View File

@ -12,8 +12,10 @@ do
then
mkdir "$DIR"
fi
BASE=`basename $I`
echo "Installing manpage \"$I\" in $DIR"
echo "Installing manpage \"$BASE\" in $DIR"
cp $I $DIR
done