diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-19 22:17:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-19 22:17:35 +0000 |
commit | b40b1cb1e5dc67b35e577a4d9ea88d80bd6673c3 (patch) | |
tree | 068e7dabc1c2e9079e302da5058355b6d047c69a /Master/texmf-dist/scripts/crossrefware/bibmradd.pl | |
parent | 39010d345f62fd98626853160fbacf66fc329f0d (diff) |
crossrefware (19nov17)
git-svn-id: svn://tug.org/texlive/trunk@45853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/crossrefware/bibmradd.pl')
-rwxr-xr-x | Master/texmf-dist/scripts/crossrefware/bibmradd.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/crossrefware/bibmradd.pl b/Master/texmf-dist/scripts/crossrefware/bibmradd.pl index 8b1c9938a56..10f36113f6a 100755 --- a/Master/texmf-dist/scripts/crossrefware/bibmradd.pl +++ b/Master/texmf-dist/scripts/crossrefware/bibmradd.pl @@ -75,10 +75,12 @@ use Getopt::Std; use URI::Escape; use LWP::UserAgent; $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0; +# Sometimes AMS forgets to update certificates +$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME}=0; my $USAGE="USAGE: $0 [-d] [-e 1|0] [-f] [-o output] file\n"; my $VERSION = <<END; -bibmradd v2.1 +bibmradd v2.2 This is free software. You may redistribute copies of it under the terms of the GNU General Public License http://www.gnu.org/licenses/gpl.html. There is NO WARRANTY, to the |