mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-05-28 04:02:33 -04:00
- Fix for posix shell syntax for trap in run_msg.sh test script.
This commit is contained in:
parent
3cd288a9f2
commit
963cfb58be
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
16 April 2020: Wouter
|
||||
- Fix help return code in unbound-control-setup script.
|
||||
- Fix for posix shell syntax for trap in nsd-control-setup.
|
||||
- Fix for posix shell syntax for trap in run_msg.sh test script.
|
||||
|
||||
15 April 2020: George
|
||||
- Fix #220: auth-zone section in config may lead to segfault.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue