diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-10 01:30:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-10 01:30:21 +0000 |
commit | 95b26250a773966ad16a6fa241154abc3414776c (patch) | |
tree | d13811c479427fd73061b9738d50d149497cbd39 /shell | |
parent | 37032b4d6ced79fa3f14770c4f5bbf254ea0bae8 (diff) | |
download | busybox-95b26250a773966ad16a6fa241154abc3414776c.tar.gz |
oops. Leave the default feature set enbled for now...
Diffstat (limited to 'shell')
-rw-r--r-- | shell/lash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/lash.c b/shell/lash.c index a98aebdf5..6969173c8 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -57,8 +57,8 @@ #define expand_t glob_t /* Always enable for the moment... */ -//#define CONFIG_LASH_PIPE_N_REDIRECTS -//#define CONFIG_LASH_JOB_CONTROL +#define CONFIG_LASH_PIPE_N_REDIRECTS +#define CONFIG_LASH_JOB_CONTROL static const int MAX_READ = 128; /* size of input buffer for `read' builtin */ #define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n" |