Commit 81bd7da8 authored by unknown's avatar unknown

Improve error message

parent 629a02b5
...@@ -971,7 +971,7 @@ sub envsubst { ...@@ -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};
......
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