mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
configure.in:
Corrected typo configure.in: Corrected typo
This commit is contained in:
parent
d1fde0f7f5
commit
189a687971
1 changed files with 1 additions and 1 deletions
|
|
@ -2218,7 +2218,7 @@ then
|
|||
man_dirs="man"
|
||||
man1_files=`ls -1 $srcdir/man/*.1 | sed -e 's;^.*man/;;'`
|
||||
man1_files=`echo $man1_files`
|
||||
man8_files=`ls -8 $srcdir/man/*.8 | sed -e 's;^.*man/;;'`
|
||||
man8_files=`ls -1 $srcdir/man/*.8 | sed -e 's;^.*man/;;'`
|
||||
man8_files=`echo $man8_files`
|
||||
else
|
||||
man_dirs=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue