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 ...@@ -8,7 +8,9 @@ if [ ! -z ${ATHENA_PREFIX} ]; then
fi fi
fi fi
set -uo pipefail ## Disabled, as this causes issue with singularity which calls the script
trap 's=$?; echo "$0: Error on line "$LINENO": $BASH_COMMAND"; exit $s' ERR ## through sh instead of bash.
IFS=$'\n\t' #set -uo pipefail
set -E #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.
Finish editing this message first!
Please register or to comment