mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Add missing $
This commit is contained in:
@ -816,7 +816,7 @@ sub command_line_setup () {
|
|||||||
if ( $glob_win32 )
|
if ( $glob_win32 )
|
||||||
{
|
{
|
||||||
mtr_report("Disable Instance manager - not supported on Windows");
|
mtr_report("Disable Instance manager - not supported on Windows");
|
||||||
opt_skip_im= 1;
|
$opt_skip_im= 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check valgrind arguments
|
# Check valgrind arguments
|
||||||
|
Reference in New Issue
Block a user