Commit bb3ec537 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #469 from kirikaza/fix_final_sigterm

scripts: build.sh exits without being killed by SIGTERM
parents f786e97c 678eb38e
......@@ -92,3 +92,6 @@ for PLUGIN in $(find ./plugin -mindepth 1 -maxdepth 1 -type d); do
done
waitAll
# Reset signal trapping to avoid "Terminated: 15" at the end
trap - SIGINT SIGTERM EXIT
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment