xbps-src: be more conservative with signal handlers.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user