diff options
author | Eric Andersen | 2003-09-12 04:49:21 +0000 |
---|---|---|
committer | Eric Andersen | 2003-09-12 04:49:21 +0000 |
commit | f57a614db9db951df798d51351d1c64603ded186 (patch) | |
tree | 2d7fccf89aaade295a00fe9a1718108186bced5f /shell | |
parent | a4389cfb51eed9a309e7f9e5c5aacd053718823e (diff) | |
download | busybox-f57a614db9db951df798d51351d1c64603ded186.zip busybox-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in index bd6f39f..6cd3e04 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. |