projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37032b4
)
oops. Leave the default feature set enbled for now...
author
Eric Andersen
<andersen@codepoet.org>
Tue, 10 Feb 2004 01:30:21 +0000
(
01:30
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 10 Feb 2004 01:30:21 +0000
(
01:30
-0000)
shell/lash.c
patch
|
blob
|
history
diff --git
a/shell/lash.c
b/shell/lash.c
index a98aebdf52278ddef672c6276974b2a2629d985c..6969173c834fcef533806604359a5a2347457d0e 100644
(file)
--- 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"