diff options
Diffstat (limited to 'crypto/alphacpuid.pl')
-rw-r--r-- | crypto/alphacpuid.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/alphacpuid.pl b/crypto/alphacpuid.pl index 50a413438f..c64d50218a 100644 --- a/crypto/alphacpuid.pl +++ b/crypto/alphacpuid.pl @@ -253,4 +253,4 @@ OPENSSL_instrument_bus2: ___ } -close STDOUT; +close STDOUT or die "error closing STDOUT"; |