diff options
Diffstat (limited to 'scratch/eol-pushback.patch')
-rw-r--r-- | scratch/eol-pushback.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scratch/eol-pushback.patch b/scratch/eol-pushback.patch new file mode 100644 index 0000000..964b91f --- /dev/null +++ b/scratch/eol-pushback.patch @@ -0,0 +1,11 @@ +*** ../bash-20140912/parse.y 2014-08-26 15:09:42.000000000 -0400 +--- parse.y 2014-09-24 22:47:28.000000000 -0400 +*************** +*** 2959,2962 **** +--- 2959,2964 ---- + word_desc_to_read = (WORD_DESC *)NULL; + ++ eol_ungetc_lookahead = 0; ++ + current_token = '\n'; /* XXX */ + last_read_token = '\n'; |