summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-28 14:42:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:39:07 -0500
commit09ee7a470ba052d184f94336cd7635efca387ace (patch)
tree9911ea81cf6dc60744e007a06a02f230830613e0
parent73028ea572becf2f0c13a5b34f8cdddf54a8925b (diff)
downloadsamba-09ee7a470ba052d184f94336cd7635efca387ace.tar.gz
samba-09ee7a470ba052d184f94336cd7635efca387ace.tar.bz2
samba-09ee7a470ba052d184f94336cd7635efca387ace.zip
r10582: Nicer output (try to avoid linewraps)
(This used to be commit 908b88843ffe1026341166d0338a835121c8e641)
-rw-r--r--source4/script/installman.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/script/installman.sh b/source4/script/installman.sh
index 00c7114396..ae99bceacf 100644
--- a/source4/script/installman.sh
+++ b/source4/script/installman.sh
@@ -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