From aabf9b882b3abbb81f1f98181c8d3619456445ca Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 25 Jun 2008 19:40:41 +0000 Subject: check-execute-consistency: do not report possibly problematic pattern files git-svn-id: svn://tug.org/texlive/trunk@9048 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-execute-consistency | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Master/tlpkg/bin/check-execute-consistency') diff --git a/Master/tlpkg/bin/check-execute-consistency b/Master/tlpkg/bin/check-execute-consistency index ac275db6110..f5642057fb3 100755 --- a/Master/tlpkg/bin/check-execute-consistency +++ b/Master/tlpkg/bin/check-execute-consistency @@ -107,12 +107,13 @@ sub main print "\t$mf (execute in @{$badhyphcodes{$mf}})\n"; } } - if (keys %problemhyphen) { - print "hyphen files with possible problematic location:\n"; - foreach my $mf (keys %problemhyphen) { - print "\t$mf (@{$problemhyphen{$mf}})\n"; - } - } + # disable the echoing of problematic hyphens + #if (keys %problemhyphen) { + # print "hyphen files with possible problematic location:\n"; + # foreach my $mf (keys %problemhyphen) { + # print "\t$mf (@{$problemhyphen{$mf}})\n"; + # } + #} my %badfmtcodes; foreach my $lc (keys %fmtcodes) { my @found = $tlpdb->find_file("texmf/fmtutil/format.$lc.cnf"); -- cgit v1.2.3