svn commit: trunk/busybox/shell

vapier at busybox.net vapier at busybox.net
Sat Sep 24 05:49:39 UTC 2005


Author: vapier
Date: 2005-09-23 22:49:36 -0700 (Fri, 23 Sep 2005)
New Revision: 11615

Log:
rename menu and touchup whitespace

Modified:
   trunk/busybox/shell/Config.in


Changeset:
Modified: trunk/busybox/shell/Config.in
===================================================================
--- trunk/busybox/shell/Config.in	2005-09-24 05:47:52 UTC (rev 11614)
+++ trunk/busybox/shell/Config.in	2005-09-24 05:49:36 UTC (rev 11615)
@@ -3,7 +3,7 @@
 # see scripts/kbuild/config-language.txt.
 #
 
-menu "Another Bourne-like Shell"
+menu "Shells"
 
 choice
 	prompt "Choose your default shell"
@@ -54,18 +54,18 @@
 	  Enable job control in the ash shell.
 
 config CONFIG_ASH_READ_NCHARS
-        bool "  Enable 'read -n N' and 'read -s' support"
-        default n
-        depends on CONFIG_ASH
-        help
+	bool "  Enable 'read -n N' and 'read -s' support"
+	default n
+	depends on CONFIG_ASH
+	help
 	  'read -n N' will return a value after N characters have been read.
 	  'read -s' will read without echoing the user's input.
 
 config CONFIG_ASH_READ_TIMEOUT
-        bool "  Enable 'read -t S' support."
-        default n
-        depends on CONFIG_ASH
-        help
+	bool "  Enable 'read -t S' support."
+	default n
+	depends on CONFIG_ASH
+	help
 	  'read -t S' will return a value after S seconds have passed.
 	  This implementation will allow fractional seconds, expressed
 	  as a decimal fraction, e.g. 'read -t 2.5 foo'.




More information about the busybox-cvs mailing list