diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-keywords | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-keywords b/Master/tlpkg/bin/tl-update-keywords index 42ac24f0309..61731fc9503 100755 --- a/Master/tlpkg/bin/tl-update-keywords +++ b/Master/tlpkg/bin/tl-update-keywords @@ -93,7 +93,7 @@ sub parse_texcatalogue { my $_parser = XML::Parser->new( ErrorContext => 2, ParseParamEnt => 1, - NoLWP => 1 + NoLWP => 0 ); my $parser = new XML::XPath->new(ioref => $io, parser => $_parser) || die "Failed to parse input file $tcfile: $!"; |