V8.13.392.2025.11.07
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m15s
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user