diff options
author | unknown <lenz@mysql.com> | 2003-01-22 12:13:51 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-01-22 12:13:51 +0100 |
commit | 093735ad071cb7b7afabf92350387b7e486dcdd7 (patch) | |
tree | fcb49dd207db32a1e7aafd613875abb4ab8fa4bc /Build-tools | |
parent | f6862ce9146502db35b98f4e3f615593fd29ba6d (diff) | |
download | mariadb-git-093735ad071cb7b7afabf92350387b7e486dcdd7.tar.gz |
- removed duplicate code (merge error)
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-compile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Build-tools/Do-compile b/Build-tools/Do-compile index 8695c72b913..3a834a2667b 100755 --- a/Build-tools/Do-compile +++ b/Build-tools/Do-compile @@ -74,12 +74,6 @@ 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" : ""); |