mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
after-merge fix
This commit is contained in:
@@ -378,7 +378,7 @@ fi
|
|||||||
|
|
||||||
# Don't output verbose information if running inside bootstrap or using
|
# Don't output verbose information if running inside bootstrap or using
|
||||||
# --srcdir for testing.
|
# --srcdir for testing.
|
||||||
if test "$windows" -eq 0 && test -z "$srcdir"
|
if test "$cross_bootstrap" -eq 0 && test -z "$srcdir"
|
||||||
then
|
then
|
||||||
s_echo
|
s_echo
|
||||||
s_echo "To start mysqld at boot time you have to copy"
|
s_echo "To start mysqld at boot time you have to copy"
|
||||||
|
Reference in New Issue
Block a user