]> git.sur5r.net Git - openldap/commitdiff
ITS#437: use portable syntax to export environment variable
authorKurt Zeilenga <kurt@openldap.org>
Thu, 3 Feb 2000 22:26:00 +0000 (22:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 3 Feb 2000 22:26:00 +0000 (22:26 +0000)
tests/scripts/defines.sh

index 864692e605d760bb9c9eddd1585edc531af6aaa2..81b6e9199c473dcaaffa352e231fe4849d59c505 100755 (executable)
@@ -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