From 06f64b23701d1bd3d858f374e66784cb95f04882 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 19 Sep 2000 07:16:39 +0000 Subject: I think these featires are fairly safe... -Erik --- shell/lash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') 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 -- cgit v1.2.3