Skip to content
Snippets Groups Projects
Commit 971f968d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS#437: use portable syntax to export environment variable

parent 2549654b
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment