Bash-4.3 patch 26

This commit is contained in:
Chet Ramey 2014-09-26 17:00:50 -04:00
commit 836a17be08
3 changed files with 5 additions and 2 deletions

View file

@ -2953,6 +2953,8 @@ reset_parser ()
FREE (word_desc_to_read);
word_desc_to_read = (WORD_DESC *)NULL;
eol_ungetc_lookahead = 0;
current_token = '\n'; /* XXX */
last_read_token = '\n';
token_to_read = '\n';