diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-19 07:16:39 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-19 07:16:39 +0000 |
commit | 06f64b23701d1bd3d858f374e66784cb95f04882 (patch) | |
tree | 61d4227a2e1dcf9c0b2b22b682e123f73065f39c /shell | |
parent | 0b2da467a8e9cc34c267ac8c38fd69b267dde986 (diff) | |
download | busybox-06f64b23701d1bd3d858f374e66784cb95f04882.tar.gz |
I think these featires are fairly safe...
-Erik
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 cbaf16ef8..60c51f619 100644 --- a/shell/lash.c +++ b/shell/lash.c @@ -26,9 +26,9 @@ */ -//#define BB_FEATURE_SH_BACKTICKS +#define BB_FEATURE_SH_BACKTICKS //#define BB_FEATURE_SH_IF_EXPRESSIONS -//#define BB_FEATURE_SH_ENVIRONMENT +#define BB_FEATURE_SH_ENVIRONMENT //#define DEBUG_SHELL |