diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index 303542197..45c747dbc 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -11611,10 +11611,12 @@ simplecmd(void) | |||
11611 | case TLP: | 11611 | case TLP: |
11612 | function_flag = 0; | 11612 | function_flag = 0; |
11613 | break; | 11613 | break; |
11614 | # if BASH_TEST2 | ||
11614 | case TWORD: | 11615 | case TWORD: |
11615 | if (strcmp("[[", wordtext) == 0) | 11616 | if (strcmp("[[", wordtext) == 0) |
11616 | goto do_func; | 11617 | goto do_func; |
11617 | /* fall through */ | 11618 | /* fall through */ |
11619 | # endif | ||
11618 | default: | 11620 | default: |
11619 | raise_error_unexpected_syntax(-1); | 11621 | raise_error_unexpected_syntax(-1); |
11620 | } | 11622 | } |