From: Guenter Knauf Date: Sat, 13 Dec 2014 12:46:45 +0000 (+0100) Subject: mk-ca-bundle.pl: restored forced run again. X-Git-Tag: curl-7_40_0~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=834608c39d24b211011aa420adf566113149b888;p=curl mk-ca-bundle.pl: restored forced run again. --- diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 8d770e8a5..0b1331840 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -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; }