diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index ff8a6ce..7c5e0c0 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -158,8 +158,8 @@ // enable ls -p and -F #define BB_FEATURE_LS_FILETYPES // -// sort the file names -#define BB_FEATURE_LS_SORTFILES +// sort the file names (still a bit buggy) +//#define BB_FEATURE_LS_SORTFILES // // enable ls -R #define BB_FEATURE_LS_RECURSIVE |