1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

mysql_install_db.sh: Fix algorithm for finding pkgdata directory

scripts/mysql_install_db.sh:
  break out of for loop once first valid pkgdata directory is found
This commit is contained in:
unknown
2007-04-27 00:35:09 +02:00
parent ecbbc45742
commit 35d382538e

View File

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