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:
a4389cf
)
config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend
author
Eric Andersen
<andersen@codepoet.org>
Fri, 12 Sep 2003 04:49:21 +0000
(
04:49
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 12 Sep 2003 04:49:21 +0000
(
04:49
-0000)
on CONFIG_FEATURE_SH_STANDALONE_SHELL.
shell/Config.in
patch
|
blob
|
history
diff --git
a/shell/Config.in
b/shell/Config.in
index bd6f39f7d474f3181c74ac717637fe8605b4ad94..6cd3e04e418fc6f96d7fada9a5afc2aa5551e7df 100644
(file)
--- a/
shell/Config.in
+++ b/
shell/Config.in
@@
-182,7
+182,7
@@
config CONFIG_FEATURE_SH_STANDALONE_SHELL
config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
bool "Standalone shell -- applets always win"
default n
- depends on CONFIG_
MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH
+ depends on CONFIG_
FEATURE_SH_STANDALONE_SHELL
help
Use a command builtin to the shell over one with the same name,
that may be on the system.