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 | |
parent | 0b2da467a8e9cc34c267ac8c38fd69b267dde986 (diff) | |
download | busybox-w32-06f64b23701d1bd3d858f374e66784cb95f04882.tar.gz busybox-w32-06f64b23701d1bd3d858f374e66784cb95f04882.tar.bz2 busybox-w32-06f64b23701d1bd3d858f374e66784cb95f04882.zip |
I think these featires are fairly safe...
-Erik
-rw-r--r-- | lash.c | 4 | ||||
-rw-r--r-- | sh.c | 4 | ||||
-rw-r--r-- | shell/lash.c | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -26,9 +26,9 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | 28 | ||
29 | //#define BB_FEATURE_SH_BACKTICKS | 29 | #define BB_FEATURE_SH_BACKTICKS |
30 | //#define BB_FEATURE_SH_IF_EXPRESSIONS | 30 | //#define BB_FEATURE_SH_IF_EXPRESSIONS |
31 | //#define BB_FEATURE_SH_ENVIRONMENT | 31 | #define BB_FEATURE_SH_ENVIRONMENT |
32 | //#define DEBUG_SHELL | 32 | //#define DEBUG_SHELL |
33 | 33 | ||
34 | 34 | ||
@@ -26,9 +26,9 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | 28 | ||
29 | //#define BB_FEATURE_SH_BACKTICKS | 29 | #define BB_FEATURE_SH_BACKTICKS |
30 | //#define BB_FEATURE_SH_IF_EXPRESSIONS | 30 | //#define BB_FEATURE_SH_IF_EXPRESSIONS |
31 | //#define BB_FEATURE_SH_ENVIRONMENT | 31 | #define BB_FEATURE_SH_ENVIRONMENT |
32 | //#define DEBUG_SHELL | 32 | //#define DEBUG_SHELL |
33 | 33 | ||
34 | 34 | ||
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 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | 28 | ||
29 | //#define BB_FEATURE_SH_BACKTICKS | 29 | #define BB_FEATURE_SH_BACKTICKS |
30 | //#define BB_FEATURE_SH_IF_EXPRESSIONS | 30 | //#define BB_FEATURE_SH_IF_EXPRESSIONS |
31 | //#define BB_FEATURE_SH_ENVIRONMENT | 31 | #define BB_FEATURE_SH_ENVIRONMENT |
32 | //#define DEBUG_SHELL | 32 | //#define DEBUG_SHELL |
33 | 33 | ||
34 | 34 | ||