diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-07-29 07:15:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-07-29 07:15:17 +0000 |
commit | ca16204c31ab27265a9be1ae4a2029f831265416 (patch) | |
tree | 36b62a3fb22d046f742acd4c6b38ac69407d57fe | |
parent | 2a186890ee664be41b8f9ea572a9ae3498f06eca (diff) | |
download | busybox-w32-ca16204c31ab27265a9be1ae4a2029f831265416.tar.gz busybox-w32-ca16204c31ab27265a9be1ae4a2029f831265416.tar.bz2 busybox-w32-ca16204c31ab27265a9be1ae4a2029f831265416.zip |
Fixup typo noticed by Nick Fedchik
-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 |