Skip to content
Snippets Groups Projects
Commit 726551c4 authored by Bertram Kopf's avatar Bertram Kopf
Browse files

fixed PATH to the bjam exe

parent b628e89a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ setenv TOP_DIR `pwd | sed -e 's/\/nfs//'`
setenv LD_LIBRARY_PATH ${ROOTSYS}/lib:${TOP_DIR}/lib:/data/sleipnir/PANDA/PWA/lib
setenv PATH ${PATH}:${ROOTSYS}/bin:/data/sleipnir/PANDA/bin
setenv BOOST_BUILD_PATH /data/sleipnir/PANDA/PWA/boost-build-SL6
setenv PATH /data/sleipnir/PANDA/boost-build/bin:${PATH}
echo "\n ROOTSYS: " $ROOTSYS
echo "\n BOOST_BUILD_PATH: " $BOOST_BUILD_PATH
......
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