mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 00:05:33 +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
|
||||
execdir="$basedir/libexec"
|
||||
elif test -x "@libexecdir@/mysqld"
|
||||
then
|
||||
execdir="@libexecdir@"
|
||||
else
|
||||
execdir="$basedir/bin"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue