Commit 9b7676c4 authored by unknown's avatar unknown

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
parent 7e034e77
......@@ -154,6 +154,7 @@ else
if test -f $i/$fill_help_tables
then
pkgdatadir=$i
break
fi
done
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment