diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-09-12 04:49:21 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-09-12 04:49:21 +0000 |
commit | 10c1ce7d4b29e29661f3ef8996bffaeb3d469e47 (patch) | |
tree | 2d7fccf89aaade295a00fe9a1718108186bced5f /shell | |
parent | 81db3e415a0994123d74a07703931101a21d6b48 (diff) | |
download | busybox-w32-10c1ce7d4b29e29661f3ef8996bffaeb3d469e47.tar.gz busybox-w32-10c1ce7d4b29e29661f3ef8996bffaeb3d469e47.tar.bz2 busybox-w32-10c1ce7d4b29e29661f3ef8996bffaeb3d469e47.zip |
config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend
on CONFIG_FEATURE_SH_STANDALONE_SHELL.
git-svn-id: svn://busybox.net/trunk/busybox@7481 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.in | 2 |
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 | |||
182 | config CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN | 182 | config 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. |