INSTALL.md: Restore $ as command prompt indicator
[oweals/openssl.git] / crypto / ec / asm / ecp_nistz256-armv8.pl
index 3be0c1c02665ba283adb6aef0abe530cf37362fc..81ee3947d7e44adb5102563903d68bfdaf6a5669 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2020 The OpenSSL Project Authors. All Rights Reserved.
 #
 # Licensed under the Apache License 2.0 (the "License").  You may not use
 # this file except in compliance with the License.  You can obtain a copy
@@ -1874,4 +1874,4 @@ foreach (split("\n",$code)) {
 
        print $_,"\n";
 }
-close STDOUT;  # enforce flush
+close STDOUT or die "error closing STDOUT: $!";        # enforce flush