From e381c3a62fc9a37ebbe7d037fdc81bcfd6500780 Mon Sep 17 00:00:00 2001 From: Lucio Andrés Illanes Albornoz Date: Apr 29 2020 16:46:09 +0000 Subject: build.sh:buildp_ast(): ignore SIG{HUP,INT,TERM,USR[12]} during handler execution. --- diff --git a/build.sh b/build.sh index eadd41a..3d5b135 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.";