V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-24 19:58:21 +02:00
parent 3a5ae98d41
commit 4feb8b7257
6 changed files with 10 additions and 6 deletions

View File

@@ -31,7 +31,7 @@
# $1: Argument Counter $#
# $2: Argument String $*
#######################################
debug_trace_header() {
debug_trap_header() {
declare -r arg_counter="$1"
declare -r arg_string="$2"
# shellcheck disable=SC2312