Skip to content
Snippets Groups Projects

Update z11_jug_env.sh

Merged Sylvester Joosten requested to merge sly2j-master-patch-13210 into master
1 file
+ 6
4
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading