diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/hush.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/hush.c b/shell/hush.c index 4c6647bba..a87d45757 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
| @@ -5963,7 +5963,6 @@ static struct pipe *parse_stream(char **pstring, | |||
| 5963 | * "case ... in <newline> PATTERN) ..." | 5963 | * "case ... in <newline> PATTERN) ..." |
| 5964 | */ | 5964 | */ |
| 5965 | if (IS_NULL_CMD(ctx.command) | 5965 | if (IS_NULL_CMD(ctx.command) |
| 5966 | && IS_NULL_WORD(ctx.word) | ||
| 5967 | && heredoc_cnt == 0 | 5966 | && heredoc_cnt == 0 |
| 5968 | ) { | 5967 | ) { |
| 5969 | /* This newline can be ignored. But... | 5968 | /* This newline can be ignored. But... |
