summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-05-23 13:13:03 +0000
committerKarl Berry <karl@freefriends.org>2014-05-23 13:13:03 +0000
commit085c563f2e85006c2deb8354b84e5bc9d3304690 (patch)
tree04049730e0cc226f606a2941d13e2ec27a0f2397
parent273d200673bc8fa11f7b6515f19de92d206c633d (diff)
(check runfiles): don't worry about .dll either
git-svn-id: svn://tug.org/texlive/trunk@34227 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf-dist/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl
index 5f5e26aeff9..2fef8a83e49 100755
--- a/Master/texmf-dist/scripts/texlive/tlmgr.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl
@@ -4816,7 +4816,7 @@ sub check_runfiles {
foreach my $f (@duplicates) {
# assume tex4ht, xdy, afm stuff is ok, and don't worry about
# Changes, README et al. Other per-format versions.
- next if $f =~ /\.(afm|cfg|exe|4hf|htf|xdy)$/;
+ next if $f =~ /\.(afm|cfg|dll|exe|4hf|htf|xdy)$/;
next if $f
=~ /^((czech|slovak)\.sty
|Changes