1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Fix missing backtick.

This commit is contained in:
Praveen Arimbrathodiyil 2009-05-07 14:16:19 +02:00 committed by Jelmer Vernooij
parent b8ddb8765c
commit c52be9f6a0

View File

@ -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