http://bugs.winehq.org/show_bug.cgi?id=4309
Filip Szczepanski jazz2rulez@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jazz2rulez@googlemail.com
--- Comment #7 from Filip Szczepanski jazz2rulez@googlemail.com 2012-04-14 20:15:47 CDT --- This bug still affects wine-1.5.1 It appears that wine ignores a . if it's the last character in a directory's filename.
0 freefull@freefull-hp:~$ mkdir ~/test. 0 freefull@freefull-hp:~$ cd ~/test. 0 freefull@freefull-hp:~/test.$ winecfg Warning: could not find DOS drive for current working directory '/home/freefull/test.', starting in the Windows directory. 0 freefull@freefull-hp:~/test.$ mkdir ~/test 0 freefull@freefull-hp:~/test.$ winecfg 0 freefull@freefull-hp:~/test.$ cp ~/.wine/drive_c/windows/notepad.exe ~/test 0 freefull@freefull-hp:~/test.$ wine ./notepad.exe 0 freefull@freefull-hp:~/test.$ rm ~/test/notepad.exe 0 freefull@freefull-hp:~/test.$ wine ./notepad.exe wine: cannot find './notepad.exe' 2 freefull@freefull-hp:~/test.$