Per Kristian Hove <[EMAIL PROTECTED]> writes:
| I'm aware that this is not the latest version; if this bug has
| been fixed in the latest version of fileutils, please ignore
| this bug report.
Thanks for the report.
That's fixed in the latest test release.
ftp://alpha.gnu.org/gnu/fetish/
| BUG: When "s" is a symlink to a directory "d",
| ls -ld s shows the symlink
| ls -ld s/ shows the symlink - WRONG
| ls -ld s/. shows the directory
|
| it should be:
| ls -ld s shows the symlink
| ls -ld s/ shows the directory, then obviously:
| ls -ld s/. shows the directory too