V8.00.000.2025.06.17

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 10:05:36 +02:00
parent bd2ab13d22
commit 622e341211
7 changed files with 178 additions and 114 deletions

View File

@@ -41,7 +41,7 @@ dump_vars_initial() {
# None
#######################################
dump_vars_exiting() {
### Capture the final snapshot of all variables (excluding '^(BASH|_).*')
### Capture the final snapshot of all variables (excluding '^(BASH|_).*').
# shellcheck disable=SC2155
declare var_dump_vars_final=$(mktemp var_dump_vars_final.XXXXXXXX)
set +x