mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
ITS#437: use portable syntax to export environment variable
This commit is contained in:
parent
2549654bb5
commit
971f968d09
1 changed files with 1 additions and 1 deletions
|
|
@ -81,4 +81,4 @@ ACLOUTMASTER=$DATADIR/acl.out.master
|
|||
REPLOUTMASTER=$DATADIR/repl.out.master
|
||||
MODSRCHFILTERS=$DATADIR/modify.search.filters
|
||||
# Just in case we linked the binaries dynamically
|
||||
export LD_LIBRARY_PATH=`pwd`/../libraries:${LD_LIBRARY_PATH}
|
||||
LD_LIBRARY_PATH=`pwd`/../libraries:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue