From f57a614db9db951df798d51351d1c64603ded186 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 12 Sep 2003 04:49:21 +0000 Subject: [PATCH] config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend on CONFIG_FEATURE_SH_STANDALONE_SHELL. --- shell/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1