From 0b105473e1d3d4d0ca6776e465c912e64c90d45d Mon Sep 17 00:00:00 2001
From: andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Tue, 29 Jul 2003 07:15:17 +0000
Subject: Fixup typo noticed by Nick Fedchik

git-svn-id: svn://busybox.net/trunk/busybox@7131 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 shell/ash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'shell')

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
-- 
cgit v1.2.3-55-g6feb