Keep up with minor changes to NetBSD. Consider a variable empty when
not define. Obtained From: NetBSD (rev 1.18; sjg)
This commit is contained in:
parent
6f2355fffe
commit
da21b64ab6
@ -803,7 +803,7 @@ CondToken(Boolean doEval)
|
||||
|
||||
if (condExpr[arglen] != '\0') {
|
||||
val = Var_Parse(&condExpr[arglen - 1], VAR_CMD,
|
||||
doEval, &length, &doFree);
|
||||
FALSE, &length, &doFree);
|
||||
if (val == var_Error) {
|
||||
t = Err;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user