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:
Warner Losh 2003-09-07 02:16:10 +00:00
parent fdae0df42a
commit 87fdc84cba

View File

@ -803,7 +803,7 @@ error:
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 {