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:
committed by
Jelmer Vernooij
parent
b8ddb8765c
commit
c52be9f6a0
@ -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
|
||||||
|
Reference in New Issue
Block a user