Turned off ls file-sorting till it can be fixed.

This commit is contained in:
Eric Andersen 2000-09-01 16:15:51 +00:00
parent 18a1014c95
commit 3a957b9d4c

View File

@ -158,8 +158,8 @@
// enable ls -p and -F // enable ls -p and -F
#define BB_FEATURE_LS_FILETYPES #define BB_FEATURE_LS_FILETYPES
// //
// sort the file names // sort the file names (still a bit buggy)
#define BB_FEATURE_LS_SORTFILES //#define BB_FEATURE_LS_SORTFILES
// //
// enable ls -R // enable ls -R
#define BB_FEATURE_LS_RECURSIVE #define BB_FEATURE_LS_RECURSIVE