commit bash-20140502 snapshot

This commit is contained in:
Chet Ramey
2014-05-13 16:19:02 -04:00
parent e38100f49d
commit 098cbb5c3d
21 changed files with 3249 additions and 483 deletions
+1 -1
View File
@@ -821,7 +821,7 @@ for_command: FOR WORD newline_list DO compound_list DONE
arith_for_command: FOR ARITH_FOR_EXPRS list_terminator newline_list DO compound_list DONE
{
$$ = make_arith_for_command ($2, $6, arith_for_lineno);
if (word_top > 0) word_top--;
if (word_top > 0) word_top--;
}
| FOR ARITH_FOR_EXPRS list_terminator newline_list '{' compound_list '}'
{