Skip to content
Snippets Groups Projects
Commit aab9366d authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Update z11_jug_env.sh

parent ecd81ee1
No related branches found
No related tags found
1 merge request!118Update z11_jug_env.sh
......@@ -8,7 +8,9 @@ if [ ! -z ${ATHENA_PREFIX} ]; then
fi
fi
set -uo pipefail
trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR
IFS=$'\n\t'
set -E
## Disabled, as this causes issue with singularity which calls the script
## through sh instead of bash.
#set -uo pipefail
#trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR
#IFS=$'\n\t'
#set -E
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment