mk-ca-bundle.pl: restored forced run again.

This commit is contained in:
Guenter Knauf 2014-12-13 13:46:45 +01:00
parent 157c9752d5
commit 834608c39d
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ if(!$filedate) {
# get the hash from the download file
my $newsha1= sha1($txt);
if($oldsha1 eq $newsha1) {
if(!$opt_f && $oldsha1 eq $newsha1) {
print STDERR "Downloaded file identical to previous run\'s source file. Exiting\n";
exit;
}