From e381c3a62fc9a37ebbe7d037fdc81bcfd6500780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 29 Apr 2020 17:46:09 +0100 Subject: build.sh:buildp_ast(): ignore SIG{HUP,INT,TERM,USR[12]} during handler execution. --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index eadd41ac..3d5b135b 100755 --- a/build.sh +++ b/build.sh @@ -3,6 +3,7 @@ # buildp_ast() { + trap '' HUP INT TERM USR1 USR2; local _param="${1}" _pids="" _pids_niter=0 _pkg_name="" RTL_KILL_TREE_PIDS=""; if [ "${_param}" = "abort" ]; then rtl_log_msg fatalexit "Build aborted."; -- cgit v1.2.3