* tests/scripts/defines.sh: add ${LD_LIBRARY_PATH} to the LD_LIBRARY_PATH

export so we don't clobber anything the user already has set
This commit is contained in:
Ben Collins 1999-09-29 01:01:13 +00:00
parent b7dd47c4cb
commit bf260f1d95

View File

@ -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}