]> git.ipfire.org Git - thirdparty/coreutils.git/commit
The change of 2001-11-01 introduced a bug whereby some recursive
authorJim Meyering <jim@meyering.net>
Tue, 27 Nov 2001 10:19:24 +0000 (10:19 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Nov 2001 10:19:24 +0000 (10:19 +0000)
commitdf4c89a5567d7ad258ab1121237abf246dc1bb0a
treeac30e93d28bde1cb854d8718915ac2121c9e5e38
parent2c9dc1f50913000598b80cba4348674d42228fc0
The change of 2001-11-01 introduced a bug whereby some recursive
listings didn't have a blank line between per-directory groups of files.

(print_dir): Print a newline before each directory name
except the first one, rather than after each except the last, since
now (after the changes of 2001-11-01) detecting whether a `pending*'
is the last would involve more work.  Reported by Andreas Schwab.

This change has no net effect.
(main): Remove always-true conjunct and add a comment.
src/ls.c