Skip to content
Snippets Groups Projects
Commit 15c0ee1d authored by Andrea Valassi's avatar Andrea Valassi Committed by cdelort
Browse files

Minor fix for copied dirs

git-svn-id: https://svnweb.cern.ch/trac/lcgcool/changeset/20136 4525493e-7705-40b1-a816-d608a930855b
parent 70c8c87f
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ fi
source CMT_env.sh > /dev/null
###export CMTPROJECTPATH=/cvmfs/sft.cern.ch/lcg/releases:$CMTPROJECTPATH
export CMTPROJECTPATH=/afs/cern.ch/sw/lcg/releases:$CMTPROJECTPATH # Temporary workaround for SPI-912
if [ ! -f setup.sh ]; then cmt config; fi
if [ ! -f setup.sh ]; then cmt config; elif ! grep -q ${PWD%/config/cmt} setup.sh; then cmt config; fi
source setup.sh
popd > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment