]> git.ipfire.org Git - thirdparty/openssl.git/blob - dev/release-aux/fix-title.pl
d3f00b984bda5f8c32b08736da4a46c00f49bf0f
[thirdparty/openssl.git] / dev / release-aux / fix-title.pl
1 #! /usr/bin/perl
2
3 BEGIN { my $prev }
4 ($_ = $prev) =~ s|^( *)(.*)$|"$1" . '=' x length($2)|e
5 if m|==========|;
6 $prev = $_;