commit | fd35de564ea822e7fec620eaf402783946dfbf63 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Oct 03 23:37:24 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Oct 03 23:37:24 2001 +0000 |
tree | e0154574af4dfff4e2989da33c25203256f7c5eb | |
parent | 371ca19f5346d626f0c75c8d53aa5e3fb2e85c43 [diff] |
Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
diff --git a/Config.h b/Config.h index 551b0e5..95eb3de 100644 --- a/Config.h +++ b/Config.h
@@ -437,6 +437,10 @@ #undef BB_FEATURE_SH_FANCY_PROMPT #endif // +#if (defined BB_ASH || defined BB_HUSH || defined BB_MSH) && ! defined BB_TEST + #define BB_TEST +#endif +// #ifdef BB_KILLALL #ifndef BB_KILL #define BB_KILL