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:
parent
b8ddb8765c
commit
c52be9f6a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user