summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.fi>2001-04-17 18:15:57 +0300
committerunknown <monty@donna.mysql.fi>2001-04-17 18:15:57 +0300
commitf95597ec99732b7800f4c1aed8125d3fa67401cc (patch)
treeb20b4d5f4c4e119ab50c3be4434d22d161bd1f2c
parentdedde12c40318f89f127deced626f937776936b4 (diff)
parent3a5025f40fe02b6b549a9f7c6ee70546dc1a9682 (diff)
downloadmariadb-git-f95597ec99732b7800f4c1aed8125d3fa67401cc.tar.gz
Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql
-rw-r--r--scripts/mysql_install_db.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index ee126a87b56..f7324668bd2 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -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"