diff options
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index ec006af7d..f395a16a9 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -8065,7 +8065,6 @@ static char *funcstring; /* block to allocate strings from */ | |||
8065 | /* flags in argument to evaltree */ | 8065 | /* flags in argument to evaltree */ |
8066 | #define EV_EXIT 01 /* exit after evaluating tree */ | 8066 | #define EV_EXIT 01 /* exit after evaluating tree */ |
8067 | #define EV_TESTED 02 /* exit status is checked; ignore -e flag */ | 8067 | #define EV_TESTED 02 /* exit status is checked; ignore -e flag */ |
8068 | #define EV_BACKCMD 04 /* command executing within back quotes */ | ||
8069 | 8068 | ||
8070 | static const uint8_t nodesize[N_NUMBER] ALIGN1 = { | 8069 | static const uint8_t nodesize[N_NUMBER] ALIGN1 = { |
8071 | [NCMD ] = SHELL_ALIGN(sizeof(struct ncmd)), | 8070 | [NCMD ] = SHELL_ALIGN(sizeof(struct ncmd)), |