fix: Resolve shellcheck warnings (#1905)

This commit is contained in:
Kroese
2026-07-20 14:22:24 +02:00
committed by GitHub
parent 577be226fe
commit 520be36ed5
3 changed files with 9 additions and 9 deletions
+2
View File
@@ -22,6 +22,8 @@ _trap() {
TRAP_PID=$BASHPID
for sig; do
# Capture the local callback and signal while registering the trap.
# shellcheck disable=SC2064
trap "$func $sig" "$sig"
done