diff options
-rw-r--r-- | shell/ash.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shell/ash.c b/shell/ash.c index 3339666b9..18c7ff523 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -10959,10 +10959,8 @@ parse_command(void) | |||
10959 | /*n2->narg.next = NULL; - stzalloc did it */ | 10959 | /*n2->narg.next = NULL; - stzalloc did it */ |
10960 | n2->narg.text = wordtext; | 10960 | n2->narg.text = wordtext; |
10961 | n2->narg.backquote = backquotelist; | 10961 | n2->narg.backquote = backquotelist; |
10962 | do { | 10962 | checkkwd = CHKNL | CHKKWD | CHKALIAS; |
10963 | checkkwd = CHKKWD | CHKALIAS; | 10963 | if (readtoken() != TIN) |
10964 | } while (readtoken() == TNL); | ||
10965 | if (lasttoken != TIN) | ||
10966 | raise_error_unexpected_syntax(TIN); | 10964 | raise_error_unexpected_syntax(TIN); |
10967 | cpp = &n1->ncase.cases; | 10965 | cpp = &n1->ncase.cases; |
10968 | next_case: | 10966 | next_case: |