diff options
-rwxr-xr-x | bin/sh/mkbuiltins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/mkbuiltins b/bin/sh/mkbuiltins index 4ba301c..d91cd91 100755 --- a/bin/sh/mkbuiltins +++ b/bin/sh/mkbuiltins @@ -39,7 +39,7 @@ temp=`/usr/bin/mktemp -t ka` havejobs=0 -if grep '^#define JOBS[ ]*1' shell.h > /dev/null +if grep '^#define[ ]*JOBS[ ]*1' shell.h > /dev/null then havejobs=1 fi havehist=1 |