1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(decode_switches): Set SORT_TYPE. Before, ls -c was sorting

by name, rather than change time.  Reported by Ken Estes
(m-ke0082@sparky.cs.nyu.edu).
This commit is contained in:
Jim Meyering
1995-08-05 03:09:41 +00:00
parent 2adeb32b35
commit 0159470d3d

View File

@@ -806,6 +806,7 @@ decode_switches (argc, argv)
case 'c':
time_type = time_ctime;
sort_type = sort_time;
break;
case 'd':