diff options
author | df@pippilotta.erinye.com <> | 2007-12-10 12:21:02 +0100 |
---|---|---|
committer | df@pippilotta.erinye.com <> | 2007-12-10 12:21:02 +0100 |
commit | ffa270d616509cf12727ee26f2986462c2319173 (patch) | |
tree | f25c7166aba98f29063ed933ea3098bcbe15b249 /scripts/mysql_install_db.sh | |
parent | 42945c77268e8d5d1d989737b341ed9c11f53a72 (diff) | |
download | mariadb-git-ffa270d616509cf12727ee26f2986462c2319173.tar.gz |
after-merge fix
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index cc9c64e8f07..3c1d3ae0fab 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -378,7 +378,7 @@ fi # Don't output verbose information if running inside bootstrap or using # --srcdir for testing. -if test "$windows" -eq 0 && test -z "$srcdir" +if test "$cross_bootstrap" -eq 0 && test -z "$srcdir" then s_echo s_echo "To start mysqld at boot time you have to copy" |