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 f852b26..2b99a32 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 |