diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-03 23:56:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-03 23:56:26 +0000 |
commit | b54833cde0dfde26ad7c2d3a6cda9d7ff2dfe9ba (patch) | |
tree | 5198af3f042d52372f2aec604b21eeb2cdfda672 /busybox.def.h | |
parent | 7c31ea4e2978eee19988efbfddb2a8f3e0c6873d (diff) | |
download | busybox-w32-b54833cde0dfde26ad7c2d3a6cda9d7ff2dfe9ba.tar.gz busybox-w32-b54833cde0dfde26ad7c2d3a6cda9d7ff2dfe9ba.tar.bz2 busybox-w32-b54833cde0dfde26ad7c2d3a6cda9d7ff2dfe9ba.zip |
sh fixes from Marius Groeger <mag@sysgo.de>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index a07327e4b..81e5f1070 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -211,7 +211,7 @@ | |||
211 | //Allow the shell to invoke all the compiled in BusyBox commands as if they | 211 | //Allow the shell to invoke all the compiled in BusyBox commands as if they |
212 | //were shell builtins. Nice for staticly linking an emergency rescue shell | 212 | //were shell builtins. Nice for staticly linking an emergency rescue shell |
213 | //amoung other thing. | 213 | //amoung other thing. |
214 | #define BB_FEATURE_STANDALONE_SHELL | 214 | #define BB_FEATURE_SH_STANDALONE_SHELL |
215 | // | 215 | // |
216 | // Enable tab completion in the shell (not yet | 216 | // Enable tab completion in the shell (not yet |
217 | // working very well -- so don't turn this on) | 217 | // working very well -- so don't turn this on) |