Commit 481e8fec authored by msvensson@shellback.(none)'s avatar msvensson@shellback.(none)

Merge bk-internal:/home/bk/mysql-5.1-maint2

into  shellback.(none):/home/msvensson/mysql/mysql-5.1-mtr
parents 8ba9c0af 2f9093e6
......@@ -971,7 +971,7 @@ sub envsubst {
if ( ! defined $ENV{$string} )
{
mtr_error("opt file referense \$$string that is unknown");
mtr_error(".opt file references '$string' which is not set");
}
return $ENV{$string};
......
......@@ -388,6 +388,11 @@ sub command_line_setup {
usage("") if $opt_usage;
# --------------------------------------------------------------------------
# Check mtr_build_thread and calculate baseport
# --------------------------------------------------------------------------
set_mtr_build_thread_ports($opt_mtr_build_thread);
if ( -d "../sql" )
{
$source_dist= 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment