summaryrefslogtreecommitdiff
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-w32-f57a614db9db951df798d51351d1c64603ded186.tar.gz
busybox-w32-f57a614db9db951df798d51351d1c64603ded186.tar.bz2
busybox-w32-f57a614db9db951df798d51351d1c64603ded186.zip
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
182config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN 182config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN
183 bool "Standalone shell -- applets always win" 183 bool "Standalone shell -- applets always win"
184 default n 184 default n
185 depends on CONFIG_MSH || CONFIG_LASH || CONFIG_HUSH || CONFIG_ASH 185 depends on CONFIG_FEATURE_SH_STANDALONE_SHELL
186 help 186 help
187 Use a command builtin to the shell over one with the same name, 187 Use a command builtin to the shell over one with the same name,
188 that may be on the system. 188 that may be on the system.