Fix a bug: formerly, if d/x was a directory and x a file, "ln x
authorJim Meyering <jim@meyering.net>
Sun, 27 Jun 2004 09:41:46 +0000 (09:41 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 27 Jun 2004 09:41:46 +0000 (09:41 +0000)
commit679ce113e4774501f327737679d97a26b9a0b533
tree7c008db670c795cbd6b40dc132bcee0fc36e2e1c
parent54cdcb1a1a2fe3b9b16c48427c96aa0b579d58c2
Fix a bug: formerly, if d/x was a directory and x a file, "ln x
d/" incorrectly created a link d/x/x.  It also saves some system
calls.

Document the fix.
NEWS