diff --git a/source4/script/installman.sh b/source4/script/installman.sh index a3b6ec0..3350eb8 100755 --- a/source4/script/installman.sh +++ b/source4/script/installman.sh @@ -6,7 +6,7 @@ MANPAGES=$* for I in $MANPAGES do - SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/" + SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/"` DIR="$MANDIR/man$SECTION" if [ ! -d "$DIR" ] then