> > Creating links with the same name, but with and without a .exe extension > > succeeds, but the one with no extension is later ignored. Here's a > > minimal example: > > > Did you try this with the latest coreutils 5.93-3?
I just reproduced with stock cygwin 1.5.19 and coreutils 5.93-3. The behavior is the same, and it is cygwin doing it. It appears that when both TESTLINK.lnk and TESTLINK.exe.lnk exist, lstat("TESTLINK") is picking up the contents of TESTLINK.exe.lnk rather than the contents of TESTLINK.lnk. -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/