From 834608c39d24b211011aa420adf566113149b888 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sat, 13 Dec 2014 13:46:45 +0100 Subject: mk-ca-bundle.pl: restored forced run again. --- lib/mk-ca-bundle.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3