fix: remove set -euo pipefail — kills shell when sourced
This commit is contained in:
parent
63bd3d67a7
commit
e91072a45c
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
# --- General Setup ---
|
# --- General Setup ---
|
||||||
# Exit on error, unset variable, or pipe failure.
|
# Exit on error, unset variable, or pipe failure.
|
||||||
set -euo pipefail
|
# set -euo pipefail # REMOVED: kills shell when sourced
|
||||||
|
|
||||||
# --- Pre-computation and Environment ---
|
# --- Pre-computation and Environment ---
|
||||||
OSVAUCO_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
OSVAUCO_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user