diff options
-rw-r--r-- | Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -437,6 +437,10 @@ | |||
437 | #undef BB_FEATURE_SH_FANCY_PROMPT | 437 | #undef BB_FEATURE_SH_FANCY_PROMPT |
438 | #endif | 438 | #endif |
439 | // | 439 | // |
440 | #if (defined BB_ASH || defined BB_HUSH || defined BB_MSH) && ! defined BB_TEST | ||
441 | #define BB_TEST | ||
442 | #endif | ||
443 | // | ||
440 | #ifdef BB_KILLALL | 444 | #ifdef BB_KILLALL |
441 | #ifndef BB_KILL | 445 | #ifndef BB_KILL |
442 | #define BB_KILL | 446 | #define BB_KILL |