]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
* tests/scripts/defines.sh: add ${LD_LIBRARY_PATH} to the LD_LIBRARY_PATH
authorBen Collins <bcollins@openldap.org>
Wed, 29 Sep 1999 01:01:13 +0000 (01:01 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 29 Sep 1999 01:01:13 +0000 (01:01 +0000)
  export so we don't clobber anything the user already has set

tests/scripts/defines.sh

index 4ac86c547736495a7677f897736c66dae78c7fda..b10db01358171948b3ea2a47a1929c9ba8969d84 100755 (executable)
@@ -74,4 +74,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
+export LD_LIBRARY_PATH=`pwd`/../libraries:${LD_LIBRARY_PATH}