mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-06 02:02:42 +02:00
commit bash-20180119 snapshot
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user