projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
371ca19
)
Always enable BB_TEST when BB_ASH, BB_LASH, or BB_MSH is enabled
author
Eric Andersen
<andersen@codepoet.org>
Wed, 3 Oct 2001 23:37:24 +0000
(23:37 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 3 Oct 2001 23:37:24 +0000
(23:37 -0000)
Config.h
patch
|
blob
|
history
diff --git
a/Config.h
b/Config.h
index 551b0e5c6c21b6e7595748914d126431a26440ce..95eb3de4b03a7b16dd689a07f9b374b8dbfe8a5f 100644
(file)
--- 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