V8.13.008.2025.08.22
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 2m19s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-08-22 19:01:19 +02:00
parent 6b397e27b1
commit 499bfe9c86
2 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ guard_sourcing
# $1: $?
#######################################
trap_on_exit() {
trap - EXIT
trap - DEBUG ERR EXIT INT TERM
declare -r var_trap_on_exit_code="$1"
if (( var_trap_on_exit_code == 0 )); then
if "${VAR_EARLY_DEBUG}"; then dump_user_vars; fi