diff options
Diffstat (limited to 'parse.y')
-rw-r--r-- | parse.y | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1992,6 +1992,7 @@ shell_getc (remove_quoted_newline) c == '>' || c == '<' || c == '|' || + c == '!' || c == '`' || c == '$') && shell_input_line[i-1] != '\\') { |