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:54:46 +0000 (11:54 +0100)
commit4bf3e989fef9268507ba02744e7f71ee5637681c
treea39e9b3cdf9bbea32c4e45e92b609fc7a8db5511
parent03e16083ff526d6d38de519620747aabbfc69b83
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)
config