summaryrefslogtreecommitdiff
path: root/source4/script/installman.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source4/script/installman.sh')
-rwxr-xr-xsource4/script/installman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/installman.sh b/source4/script/installman.sh
index ae99bceacf..a3b6ec0d93 100755
--- a/source4/script/installman.sh
+++ b/source4/script/installman.sh
@@ -6,7 +6,7 @@ MANPAGES=$*
for I in $MANPAGES
do
- SECTION=`echo $I | grep -o '.$'`
+ SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/"
DIR="$MANDIR/man$SECTION"
if [ ! -d "$DIR" ]
then