mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
mk-ca-bundle.pl: restored forced run again.
This commit is contained in:
parent
157c9752d5
commit
834608c39d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user