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:
795c4ba
)
Document CONFIG_ASH_CMDCMD
author
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 10:14:32 +0000
(10:14 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 10:14:32 +0000
(10:14 -0000)
shell/Config.in
patch
|
blob
|
history
diff --git
a/shell/Config.in
b/shell/Config.in
index 57633eb30c34202417608c818869e7d014c5d50d..c1e9099441da2a562a5d8fc8fbc8a53e01073952 100644
(file)
--- a/
shell/Config.in
+++ b/
shell/Config.in
@@
-80,7
+80,9
@@
config CONFIG_ASH_CMDCMD
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"