V8.13.392.2025.11.07
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m15s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-07 20:46:09 +01:00
parent f797c16278
commit f4cec85f7f
10 changed files with 72 additions and 73 deletions

View File

@@ -167,13 +167,13 @@ readonly -f print_scr_err
trap_on_err() {
trap - DEBUG ERR INT TERM
declare -g ERRCODE="$1"
declare -g ERRSCRT="$2"
declare -g ERRLINE="$3"
declare -g ERRFUNC="$4"
declare -g ERRCMMD="$5"
declare -gx ERRCODE="$1"
declare -gx ERRSCRT="$2"
declare -gx ERRLINE="$3"
declare -gx ERRFUNC="$4"
declare -gx ERRCMMD="$5"
# shellcheck disable=SC2034
declare -g ERRTRAP="true"
declare -gx ERRTRAP="true"
if "${VAR_EARLY_DEBUG}"; then dump_user_vars; fi