]> git.ipfire.org Git - ipfire-2.x.git/commit - make.sh
make.sh: SIGKILL and SIGSTOP cannot be trapped
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 16 Feb 2022 17:24:41 +0000 (17:24 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Wed, 16 Feb 2022 17:37:30 +0000 (17:37 +0000)
commitdb9ba592ca4b6d3fe2ae7e1c9a9057aacb25fe22
tree70bd079c9550d56dc50cfb12d3c78140cd35dd6e
parentf28ca0c17524f086af0e83d08cafb5053e4138d4
make.sh: SIGKILL and SIGSTOP cannot be trapped

There is no sense in instructing "trap" to catch signals it cannot trap
whatsoever.

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh