mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed typo in mysql_install_db
scripts/mysql_install_db.sh: Fixed typo
This commit is contained in:
@@ -85,6 +85,7 @@ if test -x "$basedir/libexec/mysqld"
|
|||||||
then
|
then
|
||||||
execdir="$basedir/libexec"
|
execdir="$basedir/libexec"
|
||||||
elif test -x "@libexecdir@/mysqld"
|
elif test -x "@libexecdir@/mysqld"
|
||||||
|
then
|
||||||
execdir="@libexecdir@"
|
execdir="@libexecdir@"
|
||||||
else
|
else
|
||||||
execdir="$basedir/bin"
|
execdir="$basedir/bin"
|
||||||
|
Reference in New Issue
Block a user