Fixed a stupid thinko preventing zcat from doing its job, thanks
[oweals/busybox.git] / busybox.def.h
index c85f1eeab43f86fbc58fdc3ce37bbd3d2ad13672..7c5e0c0d054c5c540bfd566a3fb228a29b7b8860 100644 (file)
 // 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
 //
 //Allow the shell to invoke all the compiled in BusyBox commands as if they
 //were shell builtins.  Nice for staticly linking an emergency rescue shell
-//amoung other thing.
+//among other thing.
 #define BB_FEATURE_SH_STANDALONE_SHELL
 //
 // Enable tab completion in the shell (not yet