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
#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