1
0
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:
msvensson@shellback.(none)
2008-01-07 15:38:25 +01:00
parent 71e7862d85
commit c2bba780de

View File

@@ -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};