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

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