Issue 437 - defines.sh: export <name>=<value> doesn't work in Solaris 7 sh
Summary: defines.sh: export <name>=<value> doesn't work in Solaris 7 sh
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-02 14:38 UTC by goran.oberg@dc.luth.se
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description goran.oberg@dc.luth.se 2000-02-02 14:38:35 UTC
Full_Name: G�ran �berg
Version: 2.0 (current CVS as of 2000-02-02)
OS: Solaris 7
URL: http://www.luth.se/~goggi/proj/ldap/openldap/2.0/goggi-ldap-2.0_2000-02-02.diff
Submission from: (NULL) (130.240.112.42)


In ldap/tests/scripts/defines.sh there is a line which
exports and assigns a value to LD_LIBRARY_PATH at the same
time.

This is incorrect syntax in Solaris 7 bourne shell which
is easily solved by splitting into a separate assignment
following by an export. I think this solution is generic
enough to work on most (all?) bourne shell flavours.

The URL points to the minimal patch correcting the export
line, changing it into an assignment and then an export.


Wkr

/G
Comment 1 Kurt Zeilenga 2000-02-07 19:15:28 UTC
changed notes
changed state Open to Closed
Comment 2 OpenLDAP project 2014-08-01 21:06:10 UTC
fixed