xbps-src: be more conservative with signal handlers.

This commit is contained in:
Juan RP 2010-12-28 22:55:17 +01:00
parent 7f4fd901e3
commit f832dd42a8
3 changed files with 5 additions and 6 deletions

View file

@ -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