[openssl-commits] [web] master update
Richard Levitte
levitte at openssl.org
Thu Aug 25 17:40:48 UTC 2016
The branch master has been updated
via 0421f504ac1d5ce204beb6dacc82070f20a273cb (commit)
from 10f51c150d25d1c8eab25e8eb44d411edbbb36f4 (commit)
- Log -----------------------------------------------------------------
commit 0421f504ac1d5ce204beb6dacc82070f20a273cb
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Aug 25 19:40:44 2016 +0200
Fixups
-----------------------------------------------------------------------
Summary of changes:
bin/mk-latest | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/mk-latest b/bin/mk-latest
index 7643255..52039a0 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
@@ -37,7 +37,7 @@ foreach (sort keys %series) {
print "RewriteRule ^$rule\$ $target [L,R=302,NC]\n";
}
-print <<\EOF
+print <<\EOF;
# Old distro's are in subdirs.
RewriteCond %{REQUEST_FILENAME} !-f
More information about the openssl-commits
mailing list