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:
a3de24e
)
Fix a spelling error
author
Eric Andersen
<andersen@codepoet.org>
Thu, 31 Aug 2000 23:53:58 +0000
(23:53 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 31 Aug 2000 23:53:58 +0000
(23:53 -0000)
-Erik
busybox.def.h
patch
|
blob
|
history
diff --git
a/busybox.def.h
b/busybox.def.h
index c85f1eeab43f86fbc58fdc3ce37bbd3d2ad13672..ff8a6ce816bf941b56a4fb707f1a6f9d7e16c7c4 100644
(file)
--- a/
busybox.def.h
+++ b/
busybox.def.h
@@
-224,7
+224,7
@@
//
//Allow the shell to invoke all the compiled in BusyBox commands as if they
//were shell builtins. Nice for staticly linking an emergency rescue shell
-//amo
u
ng other thing.
+//among other thing.
#define BB_FEATURE_SH_STANDALONE_SHELL
//
// Enable tab completion in the shell (not yet