From ca16204c31ab27265a9be1ae4a2029f831265416 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 29 Jul 2003 07:15:17 +0000 Subject: Fixup typo noticed by Nick Fedchik --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash.c') 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