diff options
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index f852b26d3..2b99a3254 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -93,7 +93,7 @@ | |||
93 | #ifdef CONFIG_ASH_JOB_CONTROL | 93 | #ifdef CONFIG_ASH_JOB_CONTROL |
94 | #define JOBS 1 | 94 | #define JOBS 1 |
95 | #else | 95 | #else |
96 | #undif JOBS | 96 | #undef JOBS |
97 | #endif | 97 | #endif |
98 | 98 | ||
99 | #if JOBS | 99 | #if JOBS |