diff options
-rw-r--r-- | usr.bin/make/cond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 8eab811f6317..65667669291f 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -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 { |