diff options
author | Guenter Knauf <lists@gknw.net> | 2014-12-13 13:46:45 +0100 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2014-12-13 13:46:45 +0100 |
commit | 834608c39d24b211011aa420adf566113149b888 (patch) | |
tree | 2332d3086d7a79f8d4b60ef909d30891af94f522 | |
parent | 157c9752d58d5c2de9b9211147686a1043904e80 (diff) | |
download | curl-834608c39d24b211011aa420adf566113149b888.tar.gz |
mk-ca-bundle.pl: restored forced run again.
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
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; } |