diff options
Diffstat (limited to 'sh.c')
-rw-r--r-- | sh.c | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -25,10 +25,18 @@ | |||
25 | * | 25 | * |
26 | */ | 26 | */ |
27 | 27 | ||
28 | 28 | // | |
29 | //This works pretty well now, and is not on by default. | ||
30 | #define BB_FEATURE_SH_ENVIRONMENT | ||
31 | // | ||
32 | //Backtick support has some problems, use at your own risk! | ||
29 | //#define BB_FEATURE_SH_BACKTICKS | 33 | //#define BB_FEATURE_SH_BACKTICKS |
34 | // | ||
35 | //If, then, else, etc. support is really, really broken. Don't even | ||
36 | //bother to mess with this yet, since you will not be happy with it. | ||
30 | //#define BB_FEATURE_SH_IF_EXPRESSIONS | 37 | //#define BB_FEATURE_SH_IF_EXPRESSIONS |
31 | #define BB_FEATURE_SH_ENVIRONMENT | 38 | // |
39 | //For debugging/development on the shell only... | ||
32 | //#define DEBUG_SHELL | 40 | //#define DEBUG_SHELL |
33 | 41 | ||
34 | 42 | ||