ITS#437: use portable syntax to export environment variable

This commit is contained in:
Kurt Zeilenga 2000-02-03 22:26:00 +00:00
parent 2549654bb5
commit 971f968d09

View file

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