diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-28 14:42:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:39:07 -0500 |
commit | 09ee7a470ba052d184f94336cd7635efca387ace (patch) | |
tree | 9911ea81cf6dc60744e007a06a02f230830613e0 /source4 | |
parent | 73028ea572becf2f0c13a5b34f8cdddf54a8925b (diff) | |
download | samba-09ee7a470ba052d184f94336cd7635efca387ace.tar.gz samba-09ee7a470ba052d184f94336cd7635efca387ace.tar.bz2 samba-09ee7a470ba052d184f94336cd7635efca387ace.zip |
r10582: Nicer output (try to avoid linewraps)
(This used to be commit 908b88843ffe1026341166d0338a835121c8e641)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/script/installman.sh | 4 |
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 |