Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sh.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-19 11:16:39 +0400
committerEric Andersen <andersen@codepoet.org>2000-09-19 11:16:39 +0400
commit06f64b23701d1bd3d858f374e66784cb95f04882 (patch)
tree61d4227a2e1dcf9c0b2b22b682e123f73065f39c /sh.c
parent0b2da467a8e9cc34c267ac8c38fd69b267dde986 (diff)
I think these featires are fairly safe...
-Erik
Diffstat (limited to 'sh.c')
-rw-r--r--sh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh.c b/sh.c
index cbaf16ef8..60c51f619 100644
--- a/sh.c
+++ b/sh.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