Bugzilla – Bug 4529
setup-simple-ca bug
Last modified: 2008-08-11 15:51:26
You need to log in before you can comment on or make changes to this bug.
On /bin/sh of Solaris, the following syntaxes are not accepted. export name=value It is necessary to fix as follows. name=value export name
Created an attachment (id=1010) [details] diff showing setup-simple-ca changes needed for compatibility with Solaris /bin/sh The setup-simple-ca script from GT 4.0.2 is not compatible with Solaris /bin/sh. This diff illustrates changes needed for Solaris compatibility (remove "export x-y" commands).
Committed the fix to CVS.