File indexing completed on 2025-01-18 09:13:24
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 . @CMAKE_INSTALL_PREFIX@/bin/thisdd4hep.sh
0012
0013
0014
0015 command=$1
0016 theargs=""
0017 shift
0018 for i in "$@" ; do
0019 if [ $i != ${command} ] ; then
0020 theargs="${theargs} $i"
0021 fi
0022 done
0023
0024 echo " #### LD_LIBRARY_PATH = : ${LD_LIBRARY_PATH}"
0025 echo " #### DYLD_LIBRARY_PATH = : ${DYLD_LIBRARY_PATH}"
0026
0027 echo "---running test : '" ${command} ${theargs} "'"
0028 eval ${command} ${theargs}