diff options
-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 |