fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

append_path fails on Solaris, breaks mingw install #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
winetricks -v mingw ; winetricks -v mingw ; winetricks -v mingw

What is the expected output? What do you see instead?
+ printf
C:\MinGW\bin;C:\MinGin;C:\MinGin;C:\windows\system32;C:\windows;C:\windows\syste
m32\wbem\\"

notice that the original path's are okay, only one's winetricks added get
screwed up. The backslashes aren't being preserved, and are instead being
treated as escape characters. Presumably bad quoting somewhere, but I can't
find where...

Original issue reported on code.google.com by austinenglish@gmail.com on 14 Dec 2009 at 5:08

GoogleCodeExporter commented 8 years ago
Fixed now, but Solaris is screwed up (it's echo is botchy).

Now just need you to write the perl script ;-).

Original comment by austinenglish@gmail.com on 4 Jan 2010 at 7:07

GoogleCodeExporter commented 8 years ago
Maybe that can wait for some Solaris winetricks user to contribute a patch
that replaces our use of echo there with a perl script...

Original comment by daniel.r...@gmail.com on 4 Jan 2010 at 7:14

GoogleCodeExporter commented 8 years ago
How about we put a note in there on solaris, so people know it's broken?

Original comment by austinenglish@gmail.com on 4 Jan 2010 at 7:21