aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-12 04:49:21 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-12 04:49:21 +0000
commitf57a614db9db951df798d51351d1c64603ded186 (patch)
tree2d7fccf89aaade295a00fe9a1718108186bced5f /shell
parenta4389cfb51eed9a309e7f9e5c5aacd053718823e (diff)
downloadbusybox-f57a614db9db951df798d51351d1c64603ded186.tar.gz
config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend
on CONFIG_FEATURE_SH_STANDALONE_SHELL.
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in
index bd6f39f7d..6cd3e04e4 100644
--- 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.