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
fdae0df42a
commit
87fdc84cba
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user