Now, "ls -FRL" always follows symbolic links on Linux.
commitf0b5e513d901871a3994349322785ac1882eb873
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jan 2007 06:27:22 +0000 (2 07:27 +0100)
committerJim Meyering <jim@meyering.net>
Tue, 2 Jan 2007 06:27:22 +0000 (2 07:27 +0100)
tree18f86e0fdff06e92f38e7992d88bae76fd5b66ef
parent3b8560a63764595791245892cc8bd5877e0af508
Now, "ls -FRL" always follows symbolic links on Linux.
* NEWS: Mention this bug fix.
* src/ls.c (gobble_file): Fix bug reported by
Nobuyuki Tsuchimura in
http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00152.html
where "ls -FRL" didn't follow a symbolic link in some cases on Linux.
* tests/ls/follow-slink: Add a test for this case.

Signed-off-by: Jim Meyering <jim@meyering.net>
ChangeLog
NEWS
src/ls.c
tests/ls/follow-slink