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

@@ -32,7 +32,7 @@ debug_trace() {
### Open file descriptor 42 for writing to the debug log
exec 42>| "${LOG_TRC}"
### Write Debug Log Header https://www.gnu.org/software/bash/manual/html_node/Bash-Variables
debug_header "$#" "$*"
debug_trace_header "$#" "$*"
### Tell Bash to send xtrace output to FD 42
export BASH_XTRACEFD=42
### Enable inheritable shell options