diff options
author | joerg@trift2. <> | 2007-09-28 17:33:14 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-09-28 17:33:14 +0200 |
commit | 2b86686dab8fc97d9175dc5a85332f618f2bfa40 (patch) | |
tree | 46ed9d7d2157df20eb72d5535566ccc8ae61927f /scripts/mysql_install_db.sh | |
parent | 983de3e27ce4d6189b8403da09525cfafda2dd12 (diff) | |
download | mariadb-git-2b86686dab8fc97d9175dc5a85332f618f2bfa40.tar.gz |
Preliminary fix for
Bug #30759 mysql_install_db fails to set $extra_bindir properly in all cases.
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index d2fe636c4e7..2af1979adda 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -231,6 +231,7 @@ then pkgdatadir="@pkgdatadir@" else bindir="$basedir/bin" + extra_bindir="$bindir" # We set up bootstrap-specific paths later, so skip this for --windows if test "$windows" -eq 0 then |