http://bugs.winehq.org/show_bug.cgi?id=13617
Summary: start /Unix is one character short of the windows behaviour Product: Wine Version: 1.0-rc3 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: jeffzaroyko@gmail.com
The attached test program demonstrates the expected behaviour, it will pass if launched from windows explorer and fail if run from the commandline.
Under wine, the expected explorer behaviour has been implemented in wine start using the /Unix switch. It is almost correct, but is missing a space after the quoted commandline.
The following test program demonstrates the expected behaviour and issues a pass/fail message.
I've submitted a patch to correct this.