mirror of
https://github.com/sheumann/hush.git
synced 2025-02-25 01:29:14 +00:00
Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
This commit is contained in:
parent
371ca19f53
commit
fd35de564e
4
Config.h
4
Config.h
@ -437,6 +437,10 @@
|
|||||||
#undef BB_FEATURE_SH_FANCY_PROMPT
|
#undef BB_FEATURE_SH_FANCY_PROMPT
|
||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
|
#if (defined BB_ASH || defined BB_HUSH || defined BB_MSH) && ! defined BB_TEST
|
||||||
|
#define BB_TEST
|
||||||
|
#endif
|
||||||
|
//
|
||||||
#ifdef BB_KILLALL
|
#ifdef BB_KILLALL
|
||||||
#ifndef BB_KILL
|
#ifndef BB_KILL
|
||||||
#define BB_KILL
|
#define BB_KILL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user