From b14bcd15c24e8a8b7d4c7e37d19219e36ad25450 Mon Sep 17 00:00:00 2001 From: 3uzbcqje <3uzbcqje@addy.to> Date: Mon, 16 Feb 2026 21:29:58 -0800 Subject: [PATCH] Debugging --- pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:-}"