From e91072a45c325e735574244b968480b5863d26b1 Mon Sep 17 00:00:00 2001 From: Chris Christiansen Date: Wed, 27 May 2026 23:46:22 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20set=20-euo=20pipefail=20?= =?UTF-8?q?=E2=80=94=20kills=20shell=20when=20sourced?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/opax.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/opax.sh b/scripts/opax.sh index 6e291ed..ec7b8e3 100644 --- a/scripts/opax.sh +++ b/scripts/opax.sh @@ -11,7 +11,7 @@ # --- General Setup --- # Exit on error, unset variable, or pipe failure. -set -euo pipefail +# set -euo pipefail # REMOVED: kills shell when sourced # --- Pre-computation and Environment --- OSVAUCO_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"