diff --git a/pipeline.sh b/pipeline.sh index 1eac44ba..66eb7a08 100755 --- a/pipeline.sh +++ b/pipeline.sh @@ -2,7 +2,7 @@ # https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/ # Not using "-x" because we aren't debugging. -set -Eeuo pipefail +set -Eexuo pipefail # We get unbound var err if we don't set arg arg="${1:-}"