summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-07-29 17:24:48 +0200
committerunknown <kent@mysql.com/c-4b4072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-07-29 17:24:48 +0200
commit189a6879715ca293a560e37a17984c8b3a952e49 (patch)
treeba500fa45ab85372fa893d4b6f268b2f90bb61d4 /configure.in
parentd1fde0f7f5139e28731f1138c7473c8686ee9a45 (diff)
downloadmariadb-git-189a6879715ca293a560e37a17984c8b3a952e49.tar.gz
configure.in:
Corrected typo configure.in: Corrected typo
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 57993fa29a1..0be3bcf0406 100644
--- a/configure.in
+++ b/configure.in
@@ -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=""