svn commit: trunk/busybox/shell

vda at busybox.net vda at busybox.net
Fri Jun 8 01:02:53 PDT 2007


Author: vda
Date: 2007-06-08 01:02:53 -0700 (Fri, 08 Jun 2007)
New Revision: 18777

Log:
hush: add missing dependencies (Maxime Bizon <mbizon at freebox.fr> (Freebox))


Modified:
   trunk/busybox/shell/Config.in


Changeset:
Modified: trunk/busybox/shell/Config.in
===================================================================
--- trunk/busybox/shell/Config.in	2007-06-08 07:59:54 UTC (rev 18776)
+++ trunk/busybox/shell/Config.in	2007-06-08 08:02:53 UTC (rev 18777)
@@ -179,6 +179,7 @@
 config HUSH_HELP
 	bool "help builtin"
 	default n
+	depends on HUSH
 	help
 	  Enable help builtin in hush. Code size + ~1 kbyte.
 
@@ -206,18 +207,21 @@
 config HUSH_TICK
 	bool "Process substitution"
 	default n
+	depends on HUSH
 	help
 	  Enable process substitution `command` and $(command) in hush.
 
 config HUSH_IF
 	bool "Support if/then/elif/else/fi"
 	default n
+	depends on HUSH
 	help
 	  Enable if/then/elif/else/fi in hush.
 
 config HUSH_LOOPS
 	bool "Support for, while and until loops"
 	default n
+	depends on HUSH
 	help
 	  Enable for, while and until loops in hush.
 



More information about the busybox-cvs mailing list