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:
imp 2003-09-07 02:16:10 +00:00
parent 6f2355fffe
commit da21b64ab6

View File

@ -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 {