https://bugs.winehq.org/show_bug.cgi?id=48937
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello Esme,
thanks, I was about to report this myself. It broke some of my shell scripts which make use of 'winepath'.
Another simple example:
--- snip --- $ (cd $(winepath "c:\windows") && wine ./notepad.exe) bash: cd: $'/home/focht/.wine/dosdevices/c:/windows\r': No such file or directory --- snip ---
Regards