[BusyBox-cvs] busybox/shell Config.in,1.9,1.10
Erik Andersen
andersen at busybox.net
Fri Sep 12 04:49:24 UTC 2003
Update of /var/cvs/busybox/shell
In directory winder:/tmp/cvs-serv18559/shell
Modified Files:
Config.in
Log Message:
config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend
on CONFIG_FEATURE_SH_STANDALONE_SHELL.
Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/shell/Config.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Config.in 8 Aug 2003 23:40:12 -0000 1.9
+++ Config.in 12 Sep 2003 04:49:21 -0000 1.10
@@ -182,7 +182,7 @@
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.
More information about the busybox-cvs
mailing list