aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-01 16:15:51 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-01 16:15:51 +0000
commit3a957b9d4cc102c155b6217dd0cc57f09dcc1d8d (patch)
treeb9f614066c17916d50bc716ba28a2167bb8506d1 /busybox.def.h
parent18a1014c959abea0f8693e5aea4248ba4848f1be (diff)
downloadbusybox-3a957b9d4cc102c155b6217dd0cc57f09dcc1d8d.tar.gz
Turned off ls file-sorting till it can be fixed.
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h
index ff8a6ce81..7c5e0c0d0 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