https://bugs.winehq.org/show_bug.cgi?id=48937
Bug ID: 48937 Summary: winepath uses dos instead of unix line endings Product: Wine Version: 5.6 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
Easy way to test this:
$ winepath -w /|xxd -g 1 00000000: 5a 3a 5c 0d 0a Z:..
This breaks the Wine Mono build script, which does `winepath -w filename`. I expect almost anything invoking winepath will break.