Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-03 08:09:26

0001 # setup lowest, supported LCG release via cvmfs
0002 
0003 if test -n "$BASH_SOURCE"; then
0004   this_script=$BASH_SOURCE
0005 elif test -n "$ZSH_VERSION"; then
0006   setopt function_argzero
0007   this_script=$0
0008 else
0009   echo "Unsupported shell. Please use bash or zsh." 1>&2 
0010   return
0011 fi
0012 
0013 dir="$( cd "$( dirname "${this_script}" )" && pwd )"
0014 source $dir/setup_cvmfs_lcg101.sh