V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 42s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 42s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -17,7 +17,7 @@ guard_sourcing
|
||||
# Globals:
|
||||
# VAR_DUMP_VARS_INITIAL
|
||||
# Arguments:
|
||||
# None
|
||||
# None
|
||||
#######################################
|
||||
dump_vars_initial() {
|
||||
# shellcheck disable=SC2155
|
||||
@@ -32,13 +32,13 @@ dump_vars_initial() {
|
||||
}
|
||||
|
||||
#######################################
|
||||
# Gather all user-defined variables (name and value)
|
||||
# Gather all user-defined variables (name and value).
|
||||
# Globals:
|
||||
# LOG_VAR
|
||||
# VAR_DUMP_VARS_INITIAL
|
||||
# VAR_VERSION
|
||||
# Arguments:
|
||||
# None
|
||||
# None
|
||||
#######################################
|
||||
dump_vars_exiting() {
|
||||
### Capture the final snapshot of all variables (excluding '^(BASH|_).*')
|
||||
|
||||
Reference in New Issue
Block a user