1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-30 17:49:30 +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 for I in $MANPAGES
do do
SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/" SECTION=`echo -n $I | sed "s/.*\(.\)$/\1/"`
DIR="$MANDIR/man$SECTION" DIR="$MANDIR/man$SECTION"
if [ ! -d "$DIR" ] if [ ! -d "$DIR" ]
then then