[BusyBox-cvs] CVS busybox/shell
CVS User bug1
bug1 at codepoet.org
Fri Sep 24 09:09:45 UTC 2004
Update of /var/cvs/busybox/shell
In directory nail:/tmp/cvs-serv3838/shell
Modified Files:
Config.in
Log Message:
Fix a typo
--- /var/cvs/busybox/shell/Config.in 2004/09/24 01:25:39 1.17
+++ /var/cvs/busybox/shell/Config.in 2004/09/24 09:09:44 1.18
@@ -77,11 +77,11 @@
large numbers.
config CONFIG_ASH_GETOPTS
- bool " Enable getopt builtin to parse positional parameters"
+ bool " Enable getopts builtin to parse positional parameters"
default n
depends on CONFIG_ASH
help
- Enable builtin getopt in the ash shell.
+ Enable getopts builtin in the ash shell.
config CONFIG_ASH_CMDCMD
bool " Enable cmdcmd to override shell builtins"
More information about the busybox-cvs
mailing list