diff options
author | Norbert Preining <preining@logic.at> | 2008-06-25 19:40:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-25 19:40:41 +0000 |
commit | aabf9b882b3abbb81f1f98181c8d3619456445ca (patch) | |
tree | 0434210848d912ac08945474f778a00f80777d31 /Master/tlpkg/bin/check-execute-consistency | |
parent | 0ba4daed4a4fd3dba7d695bea214db7ffcf9d685 (diff) |
check-execute-consistency: do not report possibly problematic pattern files
git-svn-id: svn://tug.org/texlive/trunk@9048 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-execute-consistency')
-rwxr-xr-x | Master/tlpkg/bin/check-execute-consistency | 13 |
1 files changed, 7 insertions, 6 deletions
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"); |