From ebc227bfa46dbec2d3a8f47d57d33120cd1c4a64 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 10 Dec 2007 12:21:02 +0100 Subject: [PATCH] after-merge fix --- scripts/mysql_install_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"