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 f88851af5..c70948d06 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -161,7 +161,7 @@ #define BB_FEATURE_LS_FILETYPES // // sort the file names (still a bit buggy) -//#define BB_FEATURE_LS_SORTFILES +#define BB_FEATURE_LS_SORTFILES // // enable ls -R #define BB_FEATURE_LS_RECURSIVE |