util/wrap.pl.in: If the subprocess died with a signal, let's re-signal it
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Aug 2022 16:40:54 +0000 (18:40 +0200)
committerPauli <pauli@openssl.org>
Tue, 23 Aug 2022 23:35:39 +0000 (09:35 +1000)
commitbf16ee4f95c31a66e76056c691f25a0d2b4a39c4
tree6b82c328c96294448d3988f083174dc0fa13f55c
parente921882d57201e14cc6a48765b2281065d6f5c65
util/wrap.pl.in: If the subprocess died with a signal, let's re-signal it

A simple 'kill' of the same signal on our own process should do it.
This will allow the shell that this is running under to catch it
properly, and output something if it usually does that.

Fixes #19041

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19042)
util/wrap.pl.in