Commit a6ee05e8 authored by monty@donna.mysql.fi's avatar monty@donna.mysql.fi

Fixed typo in mysql_install_db

parent c4aafedf
......@@ -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"
......
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