diff options
Diffstat (limited to 'shell/ash.c')
-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 @@ #ifdef CONFIG_ASH_JOB_CONTROL #define JOBS 1 #else -#undif JOBS +#undef JOBS #endif #if JOBS |