diff options
author | Erik Andersen | 2000-05-13 19:00:07 +0000 |
---|---|---|
committer | Erik Andersen | 2000-05-13 19:00:07 +0000 |
commit | c3f5c9c2eeb9b9501e54b3cee7e7bdf9f1f3110e (patch) | |
tree | 3255def9849b0c1bc83e2e0aa80ac731151fad9c /busybox.def.h | |
parent | bcd6177853a39d47b7c0ea75cc27653d63649afa (diff) | |
download | busybox-c3f5c9c2eeb9b9501e54b3cee7e7bdf9f1f3110e.zip busybox-c3f5c9c2eeb9b9501e54b3cee7e7bdf9f1f3110e.tar.gz |
Minor fixes to being a standalone shell.
-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 296c7f9..430671d 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -204,7 +204,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 //amoung other thing. -#ifdef BB_FEATURE_STANDALONE_SHELL +#define BB_FEATURE_STANDALONE_SHELL // // Enable tab completion in the shell (not yet // working very well -- so don't turn this on) |