config: ensure the perl Configure run is the last statement
authorRichard Levitte <levitte@openssl.org>
Mon, 27 Jan 2020 07:42:20 +0000 (08:42 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 2 Feb 2020 10:57:01 +0000 (11:57 +0100)
commitd2e8cbfb45e8dbd24f7bb394b0141130b4c0eb98
tree012a297e163be833155343290befc3d63a970f73
parenta9a8863b791a54625da2a079a496a31cb7f94482
config: ensure the perl Configure run is the last statement

Running any statement after Configure means we lose its exit code

Fixes #10951

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/10953)

(cherry picked from commit 4bf3e989fef9268507ba02744e7f71ee5637681c)
config