https://bugs.winehq.org/show_bug.cgi?id=15679
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #32 from Bernhard Übelacker bernhardu@mailbox.org --- (In reply to Erich E. Hoover from comment #31)
Could someone retest this? I believe this should be fixed (for most platforms) by commit 0a223f17e1fb4aafb43906aeffe00eadc81cf8c2.
In cygwin bash: $ mkdir a $ ln -s a b $ ls -lisahd a b 172527619 0 drwx---r-x+ 1 RECHNER+bernhard ... 0 18. Okt 22:13 a 172504287 4,0K lrwxrwxrwx 1 RECHNER+bernhard ... 1 18. Okt 22:13 b -> a
In wine64 cmd: C:>dir b File not found.
C:>attrib b AS C:\b
In native bash: $ hexdump -C b 00000000 21 3c 73 79 6d 6c 69 6e 6b 3e ff fe 61 00 00 00 |!<symlink>..a...| 00000010
(tested with a few unrelated patches applied to get cygwin running.)
From my point of view cygwin recognizes now the symlinks correctly. I guess this bug could be closed then.