aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-29 07:15:17 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-29 07:15:17 +0000
commitca16204c31ab27265a9be1ae4a2029f831265416 (patch)
tree36b62a3fb22d046f742acd4c6b38ac69407d57fe /shell
parent2a186890ee664be41b8f9ea572a9ae3498f06eca (diff)
downloadbusybox-ca16204c31ab27265a9be1ae4a2029f831265416.tar.gz
Fixup typo noticed by Nick Fedchik
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
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