[BusyBox-cvs] busybox/shell Config.in,1.6,1.7

Erik Andersen andersen at busybox.net
Tue Jul 22 10:14:35 UTC 2003


Update of /var/cvs/busybox/shell
In directory winder:/tmp/cvs-serv30306/shell

Modified Files:
	Config.in 
Log Message:
Document CONFIG_ASH_CMDCMD


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/shell/Config.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Config.in	22 Jul 2003 09:59:34 -0000	1.6
+++ Config.in	22 Jul 2003 10:14:32 -0000	1.7
@@ -80,7 +80,9 @@
 	default n
 	depends on CONFIG_ASH
 	help
-	  Please submit a patch to add help text for this item.
+	  Enable support for the ash 'command' builtin, which allows
+	  you to run the specified command with the specified arguments,
+	  even when there is an ash builtin command with the same name.
 
 config CONFIG_ASH_MAIL
 	bool "  Check for new mail on interactive shells"




More information about the busybox-cvs mailing list