util/wrap.pl: Correct exit code when signalled
authorRichard Levitte <levitte@openssl.org>
Sun, 22 Mar 2020 03:15:14 +0000 (04:15 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Mar 2020 09:51:21 +0000 (10:51 +0100)
commit5f1adadce1a7199507b6cb717e2e30261b0d02f5
treeb7d629f60884d5a4d4d20055aaf3dc51434b2692
parent402b00d57921a0c8cd641b190d36bf39ea5fb592
util/wrap.pl: Correct exit code when signalled

On Unix, a caught signal that exits the process does so with an exit
code that is 'signal | 128'.  This modifies util/wrap.pl to mimic
that.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11379)
util/wrap.pl