config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend
authorEric Andersen <andersen@codepoet.org>
Fri, 12 Sep 2003 04:49:21 +0000 (04:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 12 Sep 2003 04:49:21 +0000 (04:49 -0000)
on CONFIG_FEATURE_SH_STANDALONE_SHELL.

shell/Config.in

index bd6f39f7d474f3181c74ac717637fe8605b4ad94..6cd3e04e418fc6f96d7fada9a5afc2aa5551e7df 100644 (file)
@@ -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.