mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
mk-ca-bundle.pl: restored forced run again.
This commit is contained in:
parent
157c9752d5
commit
834608c39d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue