diff options
-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 | ||