1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

mysql_install_db.sh: Fix algorithm for finding pkgdata directory

This commit is contained in:
tsmith@quadxeon.mysql.com
2007-04-27 00:35:09 +02:00
parent abcb45d21f
commit 70a742f817

View File

@ -154,6 +154,7 @@ else
if test -f $i/$fill_help_tables
then
pkgdatadir=$i
break
fi
done