mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-29 03:09:51 +02:00
- Fix for posix shell syntax for trap in run_msg.sh test script.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ cleanup() {
|
||||
if test -f "$t.bak"; then mv "$t.bak" "$t"; fi
|
||||
exit 0
|
||||
}
|
||||
trap cleanup SIGINT
|
||||
trap cleanup INT
|
||||
|
||||
for t in $RUNLIST
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user