diff options
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 eebe9b973..9a2ba3f69 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -187,7 +187,7 @@ //#define BB_FEATURE_SORT_REVERSE // // Enable command line editing in the shell -#define BB_FEATURE_SH_COMMAND_EDITING +//#define BB_FEATURE_SH_COMMAND_EDITING // // Enable tab completion in the shell (not yet working very well) //#define BB_FEATURE_SH_TAB_COMPLETION |