Skip to content
Snippets Groups Projects
Commit 2f2f4ac9 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Remove incorrect addition of $PATH to LD_LIBRARY_PATH

parent 1fd201fe
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,4 @@ export HCANALYZER=${MYDIR}
if [ ! ${LD_LIBRARY_PATH} ]; then
export LD_LIBRARY_PATH=""
fi
#export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ANALYZER:$HCANALYZER
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ANALYZER:$HCANALYZER:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ANALYZER:$HCANALYZER
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment