On 8/26/2010 6:27 PM, Roumen Petrov wrote: > Starting from wine 1.3.1 wine path always output paths: > Lets wine is correctly configured (Z: drive is linked to the file system > root): > $ cd $WINEPREFIX/dosdevices > $ winepath -w `pwd` > Z:\%WINEPREFIX_CONVERTED_TO_BACKSLASHES%\dosdevices > > Now lets remove link: > $ rm z: > $ winepath -w `pwd` > \\?\unix\%WINEPREFIX_CONVERTED_TO_BACKSLASHES%\dosdevices > > So sed should remove leading //?/unix
I can't test this. The wine-1.3.x series is the development series, and none of the linux distributors include it in their offerings (you're lucky to get 1.2). For the initial submission, I'm not willing to make changes I can't test. After the first round is merged, feel free to propose a change that you've tested on both wine-1.2 and wine-1.3.x. Thanks, Chuck