[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Thu Aug 25 17:46:10 UTC 2016


The branch master has been updated
       via  735313b184d7d2bbc9d1eb28cbeebf345028fe23 (commit)
      from  0421f504ac1d5ce204beb6dacc82070f20a273cb (commit)


- Log -----------------------------------------------------------------
commit 735313b184d7d2bbc9d1eb28cbeebf345028fe23
Author: Richard Levitte <levitte at openssl.org>
Date:   Thu Aug 25 19:46:03 2016 +0200

    Depending on how you tag the HERE document, the result differs

-----------------------------------------------------------------------

Summary of changes:
 bin/mk-latest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/mk-latest b/bin/mk-latest
index 52039a0..122d950 100755
--- a/bin/mk-latest
+++ b/bin/mk-latest
@@ -18,7 +18,7 @@ foreach(@tarballs) {
 }
 my $latest = $series{ (reverse sort keys %series)[0] };
 
-print <<\EOF;
+print <<"EOF";
 ######################################################################
 # Please do NOT edit this file directly!
 # Instead, edit bin/mk-latest in the master branch of openssl-web.git


More information about the openssl-commits mailing list