projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9356b50
)
- improve spelling
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 23:56:13 +0000
(23:56 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Mon, 29 Jan 2007 23:56:13 +0000
(23:56 -0000)
shell/Config.in
patch
|
blob
|
history
diff --git
a/shell/Config.in
b/shell/Config.in
index 3cd7c3c5b2a2948ccbbc76a8144351f0fab51306..4b7270efd6c1a3fac2e7eb8c3f4a77e46415e5ba 100644
(file)
--- a/
shell/Config.in
+++ b/
shell/Config.in
@@
-107,7
+107,7
@@
config ASH_BUILTIN_ECHO
select ECHO
depends on ASH
help
- Enable support for echo, built
in to ash.
+ Enable support for echo, builtin to ash.
config ASH_BUILTIN_TEST
bool "Builtin version of 'test'"
@@
-115,7
+115,7
@@
config ASH_BUILTIN_TEST
select TEST
depends on ASH
help
- Enable support for test, built
in to ash.
+ Enable support for test, builtin to ash.
config ASH_CMDCMD
bool "'command' command to override shell builtins"