aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-01 16:15:51 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-09-01 16:15:51 +0000
commit81dc728cd554a89ce70e9ea90896a8cc6f9a04a7 (patch)
treeb9f614066c17916d50bc716ba28a2167bb8506d1
parent5ab0610b7d34d2d65dde97b7faf07dae0c7ae70c (diff)
downloadbusybox-w32-81dc728cd554a89ce70e9ea90896a8cc6f9a04a7.tar.gz
busybox-w32-81dc728cd554a89ce70e9ea90896a8cc6f9a04a7.tar.bz2
busybox-w32-81dc728cd554a89ce70e9ea90896a8cc6f9a04a7.zip
Turned off ls file-sorting till it can be fixed.
git-svn-id: svn://busybox.net/trunk/busybox@995 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
158// enable ls -p and -F 158// enable ls -p and -F
159#define BB_FEATURE_LS_FILETYPES 159#define BB_FEATURE_LS_FILETYPES
160// 160//
161// sort the file names 161// sort the file names (still a bit buggy)
162#define BB_FEATURE_LS_SORTFILES 162//#define BB_FEATURE_LS_SORTFILES
163// 163//
164// enable ls -R 164// enable ls -R
165#define BB_FEATURE_LS_RECURSIVE 165#define BB_FEATURE_LS_RECURSIVE