fazbear201 / winezeug

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

export statement fails on Solaris #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running winetricks under SunOS 5.11 (SXDE snv_107)

What is the expected output? What do you see instead?
/export/home/me/Downloads/winetricks: todo=corefonts: ist kein Kennzeichner
(in german; something like "no identifier" in english I expect)

What version of the product are you using? On what operating system?
$ sh Downloads/winetricks -V                      
Winetricks version 20090121.  (C) Dan Kegel.  LGPL.

$ uname -a                                        
SunOS tobi 5.11 snv_107 i86pc i386 i86pc

Please provide any additional information below.
The SunOS shell cannot process the 'export var="value"' statement in the
dogui() function. My simple solution is to write it in two lines.

Diff appended.

Tobias Sarnowski

Original issue reported on code.google.com by hg%thela...@gtempaccount.com on 5 Feb 2009 at 4:55

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed as of 20090214 or so.

Original comment by daniel.r...@gmail.com on 15 Feb 2009 at 5:27