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