diff options
author | monty@mashka.mysql.fi <> | 2002-11-24 16:37:41 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2002-11-24 16:37:41 +0200 |
commit | a976101661c7afdeda2a314e990b4002296e45d6 (patch) | |
tree | ca03b2abab93a9d6172ede495fa358909c306f94 /Build-tools | |
parent | dfb60ca085104981a35f2ba72fa30a01b1befa07 (diff) | |
parent | 4575594e1a2d02cc7b8762fca56d8cafe6054dac (diff) | |
download | mariadb-git-a976101661c7afdeda2a314e990b4002296e45d6.tar.gz |
merge with 3.23 to get bugfixes for <=> NULL and --bind-address
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 8d647ef0d82..52c1951f48f 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -72,6 +72,12 @@ if (@config_env > 0) $opt_config_env= join(" ", @config_env); } +if (@config_env > 0) +{ + chomp(@config_env); + $opt_config_env= join(" ", @config_env); +} + chomp($host=`hostname`); $full_host_name=$host; $connect_option= ($opt_tcpip ? "--host=$host" : ""); |