Make the warning about $terminal being deprecated an error (Thanks fallen)
This commit is contained in:
parent
e78bb02082
commit
e225742415
|
@ -536,7 +536,7 @@ exec:
|
|||
terminal:
|
||||
TOKTERMINAL WHITESPACE STR
|
||||
{
|
||||
DLOG("The terminal option is DEPRECATED and has no effect. "
|
||||
ELOG("The terminal option is DEPRECATED and has no effect. "
|
||||
"Please remove it from your configuration file.");
|
||||
}
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue