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:
parent
236bd1b97f
commit
908b88843f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user