1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

(decode_switches): Ensure that -1 has no effect when it follows -l.

This commit is contained in:
Jim Meyering
2001-04-22 21:34:20 +00:00
parent c582df59bf
commit b17fce4fa4
+3 -1
View File
@@ -1269,7 +1269,9 @@ Use `--si' for the old meaning."));
break;
case '1':
format = one_per_line;
/* -1 has no effect after --l. */
if (format != long_format)
format = one_per_line;
break;
case SORT_OPTION: