From 09ee7a470ba052d184f94336cd7635efca387ace Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 28 Sep 2005 14:42:04 +0000 Subject: r10582: Nicer output (try to avoid linewraps) (This used to be commit 908b88843ffe1026341166d0338a835121c8e641) --- source4/script/installman.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/script') 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 -- cgit