From: Praveen Arimbrathodiyil Date: Thu, 7 May 2009 12:16:19 +0000 (+0200) Subject: Fix missing backtick. X-Git-Tag: tdb-1.1.5~701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c52be9f6a0450d656671b4a756b3b5d56a88de24;p=thirdparty%2Fsamba.git Fix missing backtick. --- diff --git a/source4/script/installman.sh b/source4/script/installman.sh index a3b6ec0d937..3350eb87bc1 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