commit bash-20180119 snapshot

This commit is contained in:
Chet Ramey
2018-01-22 09:36:34 -05:00
parent 911ae06ca9
commit e7e095ceb3
3 changed files with 38 additions and 1 deletions
+2
View File
@@ -1245,6 +1245,7 @@ pipeline_command: pipeline
token_to_read = '\n';
else if ($2 == ';')
token_to_read = ';';
parser_state &= ~PST_REDIRLIST; /* make_simple_command sets this */
}
| BANG list_terminator
{
@@ -1265,6 +1266,7 @@ pipeline_command: pipeline
token_to_read = '\n';
if ($2 == ';')
token_to_read = ';';
parser_state &= ~PST_REDIRLIST; /* make_simple_command sets this */
}
;