|
||||
File indexing completed on 2025-01-18 09:10:44
0001 # setup latest, 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_lcg105.sh
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |