scripts: build.sh exits without being killed by SIGTERM

This commit is contained in:
Kirill Kazakov 2013-09-27 14:27:47 +04:00
parent f786e97c86
commit 678eb38e18
1 changed files with 3 additions and 0 deletions

View File

@ -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