aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-02-10 01:30:21 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2004-02-10 01:30:21 +0000
commit1761f8d9c16cd1e6c1377300fd2d01b914a7dea1 (patch)
treed13811c479427fd73061b9738d50d149497cbd39 /shell
parent687b7375e90e046759ad1d56246684e6e227707e (diff)
downloadbusybox-w32-1761f8d9c16cd1e6c1377300fd2d01b914a7dea1.tar.gz
busybox-w32-1761f8d9c16cd1e6c1377300fd2d01b914a7dea1.tar.bz2
busybox-w32-1761f8d9c16cd1e6c1377300fd2d01b914a7dea1.zip
oops. Leave the default feature set enbled for now...
git-svn-id: svn://busybox.net/trunk/busybox@8442 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r--shell/lash.c4
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 @@
57#define expand_t glob_t 57#define expand_t glob_t
58 58
59/* Always enable for the moment... */ 59/* Always enable for the moment... */
60//#define CONFIG_LASH_PIPE_N_REDIRECTS 60#define CONFIG_LASH_PIPE_N_REDIRECTS
61//#define CONFIG_LASH_JOB_CONTROL 61#define CONFIG_LASH_JOB_CONTROL
62 62
63static const int MAX_READ = 128; /* size of input buffer for `read' builtin */ 63static const int MAX_READ = 128; /* size of input buffer for `read' builtin */
64#define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n" 64#define JOB_STATUS_FORMAT "[%d] %-22s %.40s\n"