diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-08-11 18:10:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-08-11 18:10:21 +0000 |
commit | 79565b6c910e76c19cd5c0729659d6e96472c785 (patch) | |
tree | 407c3e6c7d6e36403397e04149524a998a9bf57e /busybox.def.h | |
parent | f9ca653faa5ee3a56409221d4627679d6a9304a9 (diff) | |
download | busybox-w32-79565b6c910e76c19cd5c0729659d6e96472c785.tar.gz busybox-w32-79565b6c910e76c19cd5c0729659d6e96472c785.tar.bz2 busybox-w32-79565b6c910e76c19cd5c0729659d6e96472c785.zip |
Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 5adc3e57f..474c3c368 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -161,6 +161,9 @@ | |||
161 | // enable ls -p and -F | 161 | // enable ls -p and -F |
162 | #define BB_FEATURE_LS_FILETYPES | 162 | #define BB_FEATURE_LS_FILETYPES |
163 | // | 163 | // |
164 | // sort the file names | ||
165 | #define BB_FEATURE_LS_SORTFILES | ||
166 | // | ||
164 | // enable ls -R | 167 | // enable ls -R |
165 | #define BB_FEATURE_LS_RECURSIVE | 168 | #define BB_FEATURE_LS_RECURSIVE |
166 | // | 169 | // |