#!/bin/tcsh # Make sure BMS_OSNAME is set if ( ! $?BMS_OSNAME ) source ${SETUP_SCRIPTS}/BMS_OSNAME # Source the setenv for the tagged version of sim-recon set simrecon_setenv=${HOME}/work/builds/sim-recon-commissioning/${BMS_OSNAME}/setenv.csh if ( -e ${simrecon_setenv} ) then source ${simrecon_setenv} # Only print if this is a login shell (otherwise "less" won't work) if( $?loginsh ) echo "HALLD_HOME=${HALLD_HOME}" else if( $?loginsh ) echo "no sim-recon for this platform" endif # clean up PATHS filter_path PATH filter_path LD_LIBRARY_PATH filter_path JANA_PLUGIN_PATH