commit bash-20200803 snapshot

This commit is contained in:
Chet Ramey
2020-08-05 11:46:35 -04:00
parent cb7e76d009
commit ce3e1a8c5b
21 changed files with 205 additions and 19 deletions
+2
View File
@@ -4518,6 +4518,8 @@ xparse_dolparen (base, string, indp, flags)
if (nc < 0)
{
clear_shell_input_line (); /* XXX */
if (bash_input.type != st_string) /* paranoia */
parser_state &= ~(PST_CMDSUBST|PST_EOFTOKEN);
jump_to_top_level (-nc); /* XXX */
}