aboutsummaryrefslogtreecommitdiff
path: root/lib/mk-ca-bundle.pl
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2014-12-13 13:46:45 +0100
committerGuenter Knauf <lists@gknw.net>2014-12-13 13:46:45 +0100
commit834608c39d24b211011aa420adf566113149b888 (patch)
tree2332d3086d7a79f8d4b60ef909d30891af94f522 /lib/mk-ca-bundle.pl
parent157c9752d58d5c2de9b9211147686a1043904e80 (diff)
mk-ca-bundle.pl: restored forced run again.
Diffstat (limited to 'lib/mk-ca-bundle.pl')
-rwxr-xr-xlib/mk-ca-bundle.pl2
1 files changed, 1 insertions, 1 deletions
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;
}