commit bash-20070913 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:12:38 -05:00
parent 0684f2769b
commit 53ac45a3eb
27 changed files with 1097 additions and 281 deletions
+3
View File
@@ -286,6 +286,8 @@ expr_unwind ()
free (expr_stack[expr_depth]);
}
free (expr_stack[expr_depth]); /* free the allocated EXPR_CONTEXT */
noeval = 0; /* XXX */
}
static void
@@ -319,6 +321,7 @@ evalexp (expr, validp)
procenv_t oevalbuf;
val = 0;
noeval = 0;
FASTCOPY (evalbuf, oevalbuf, sizeof (evalbuf));