xbps-src: be more conservative with signal handlers.
This commit is contained in:
parent
7f4fd901e3
commit
f832dd42a8
3 changed files with 5 additions and 6 deletions
|
@ -43,8 +43,7 @@ sighandler_exit()
|
|||
env MASTERDIR="${_MASTERDIR}" \
|
||||
@@XBPS_INSTALL_LIBEXECDIR@@/xbps-src-chroot-helper umount
|
||||
fi
|
||||
[ -n "$1" ] && exit $1
|
||||
exit $?
|
||||
exit $1
|
||||
}
|
||||
|
||||
check_reqhost_utils()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue