> Bug 1: > $ ln foo bar > where the real name is foo.exe > works ok, but erroneously returns exit status 1
Thanks for the report. It is even weirder than that - if foo.exe is not executable, it complains: $ touch abc.exe $ ln abc 123 ln: creating hard link `123' to `abc': No such file or directory $ echo $? 1 $ ls abc* 123* ls: 123*: No such file or directory abc.exe I'll add this to my list of issues to resolve before letting coreutils-5.3.0-7 out the door (I'm hoping to have enough time to get it released by the end of next week). -- Eric Blake cygwin coreutils maintainer -- 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/