From 8ed5721cd613a18da457cdb2b9123da1677d3573 Mon Sep 17 00:00:00 2001 From: 3uzbcqje <3uzbcqje@addy.to> Date: Mon, 16 Feb 2026 22:29:22 -0800 Subject: [PATCH] Removing debugging. --- pipeline.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline.sh b/pipeline.sh index 66eb7a08..1eac44ba 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 -Eexuo pipefail +set -Eeuo pipefail # We get unbound var err if we don't set arg arg="${1:-}"