]> granicus.if.org Git - curl/commitdiff
mk-ca-bundle.pl: restored forced run again.
authorGuenter Knauf <lists@gknw.net>
Sat, 13 Dec 2014 12:46:45 +0000 (13:46 +0100)
committerGuenter Knauf <lists@gknw.net>
Sat, 13 Dec 2014 12:46:45 +0000 (13:46 +0100)
lib/mk-ca-bundle.pl

index 8d770e8a56ef004ffc305422e5ccd1102cd16e30..0b1331840f943a29317e0df3fa3af4f8f4416a3b 100755 (executable)
@@ -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;
 }