Fixed typo in mysql_install_db

This commit is contained in:
monty@donna.mysql.fi 2001-04-17 18:15:30 +03:00
parent c4aafedfc6
commit a6ee05e8d6

View file

@ -85,6 +85,7 @@ if test -x "$basedir/libexec/mysqld"
then
execdir="$basedir/libexec"
elif test -x "@libexecdir@/mysqld"
then
execdir="@libexecdir@"
else
execdir="$basedir/bin"