From 085c563f2e85006c2deb8354b84e5bc9d3304690 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 23 May 2014 13:13:03 +0000 Subject: (check runfiles): don't worry about .dll either git-svn-id: svn://tug.org/texlive/trunk@34227 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3