aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2004-09-24 09:09:44 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2004-09-24 09:09:44 +0000
commit53090cdedd150ef17b480193b75a325b53af94fe (patch)
tree1e1a044a1fbb0c9a3f52b0bc20af0ddb11ca0547 /shell
parent29de86314a6d55d3ace0624a37a59f5bcf496250 (diff)
downloadbusybox-w32-53090cdedd150ef17b480193b75a325b53af94fe.tar.gz
busybox-w32-53090cdedd150ef17b480193b75a325b53af94fe.tar.bz2
busybox-w32-53090cdedd150ef17b480193b75a325b53af94fe.zip
Fix a typo
Diffstat (limited to 'shell')
-rw-r--r--shell/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 5824d1200..bdba40d3b 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -77,11 +77,11 @@ config CONFIG_ASH_MATH_SUPPORT_64
77 large numbers. 77 large numbers.
78 78
79config CONFIG_ASH_GETOPTS 79config CONFIG_ASH_GETOPTS
80 bool " Enable getopt builtin to parse positional parameters" 80 bool " Enable getopts builtin to parse positional parameters"
81 default n 81 default n
82 depends on CONFIG_ASH 82 depends on CONFIG_ASH
83 help 83 help
84 Enable builtin getopt in the ash shell. 84 Enable getopts builtin in the ash shell.
85 85
86config CONFIG_ASH_CMDCMD 86config CONFIG_ASH_CMDCMD
87 bool " Enable cmdcmd to override shell builtins" 87 bool " Enable cmdcmd to override shell builtins"