mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Fixed typo in mysql_install_db
scripts/mysql_install_db.sh: Fixed typo
This commit is contained in:
parent
6738cfb979
commit
320dc6eeef
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue