mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-01 01:20:00 +02:00
commit bash-20141031 snapshot
This commit is contained in:
@@ -1224,6 +1224,8 @@ pipeline_command: pipeline
|
||||
/* XXX - let's cheat and push a newline back */
|
||||
if ($2 == '\n')
|
||||
token_to_read = '\n';
|
||||
else if ($2 == ';')
|
||||
token_to_read = ';';
|
||||
}
|
||||
| BANG list_terminator
|
||||
{
|
||||
@@ -1242,6 +1244,8 @@ pipeline_command: pipeline
|
||||
/* XXX - let's cheat and push a newline back */
|
||||
if ($2 == '\n')
|
||||
token_to_read = '\n';
|
||||
if ($2 == ';')
|
||||
token_to_read = ';';
|
||||
}
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user