Skip to content

Commit

Permalink
mk-ca-bundle.pl: restored forced run again.
Browse files Browse the repository at this point in the history
  • Loading branch information
gknauf committed Dec 13, 2014
1 parent 157c975 commit 834608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mk-ca-bundle.pl
Expand Up @@ -324,7 +324,7 @@ (%)
# 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;
}
Expand Down

0 comments on commit 834608c

Please sign in to comment.