Commit e203f0e5 authored by unknown's avatar unknown

Add missing semicolon

parent 7405e779
...@@ -1423,7 +1423,7 @@ sub executable_setup () { ...@@ -1423,7 +1423,7 @@ sub executable_setup () {
{ {
$exe_mysql_client_test= $exe_mysql_client_test=
mtr_exe_exists("$glob_basedir/tests/mysql_client_test", mtr_exe_exists("$glob_basedir/tests/mysql_client_test",
"$glob_basedir/tests/release/mysql_client_test" "$glob_basedir/tests/release/mysql_client_test",
"$glob_basedir/tests/debug/mysql_client_test"); "$glob_basedir/tests/debug/mysql_client_test");
} }
} }
......
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