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
|
@ -28,7 +28,7 @@
|
|||
# Actually this needs the xbps-base-chroot package installed.
|
||||
#
|
||||
|
||||
trap "echo && chroot_handler_interrupted $?" INT QUIT TERM KILL
|
||||
trap "echo && chroot_handler_interrupted $?" INT QUIT TERM
|
||||
|
||||
[ -n "$base_chroot" ] && return 0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue