mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Improve error message
This commit is contained in:
@@ -971,7 +971,7 @@ sub envsubst {
|
|||||||
|
|
||||||
if ( ! defined $ENV{$string} )
|
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};
|
return $ENV{$string};
|
||||||
|
Reference in New Issue
Block a user