# Read the environment from /opt/ood/ondemand/enable
#
OOD_SOURCE="/opt/ood/ondemand/enable"
[[ -e "${OOD_SOURCE}" ]] && source "${OOD_SOURCE}" || :
