mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
scripts/bootstrap.sh: do not attempt to trap SIGKILL
Closes: https://bugs.gentoo.org/839162 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
@@ -172,7 +172,7 @@ pycmd() {
|
||||
}
|
||||
|
||||
# TSTP messes ^Z of bootstrap up, so we don't trap it anymore.
|
||||
trap "cleanup" TERM KILL INT QUIT ABRT
|
||||
trap "cleanup" TERM INT QUIT ABRT
|
||||
|
||||
# Bug #50158 (don't use `which` in a bootstrap).
|
||||
if ! type -path portageq &>/dev/null ; then
|
||||
|
||||
Reference in New Issue
Block a user