summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-06-24 06:57:08 +0000
committerNorbert Preining <preining@logic.at>2008-06-24 06:57:08 +0000
commit2d6307d258c7a0b859822508986cbb6659577201 (patch)
treee407d1ebe6102a8a6d9fe583f323d192b684b1fb /Master/tlpkg/bin
parent9a4cd0f3307a6fb5c7df23aab7b4e661cc8fcb08 (diff)
fix check-execute-consistency, it checks now for existence of files
git-svn-id: svn://tug.org/texlive/trunk@8967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/check-execute-consistency2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-execute-consistency b/Master/tlpkg/bin/check-execute-consistency
index 0d658a475a9..7a4f6481791 100755
--- a/Master/tlpkg/bin/check-execute-consistency
+++ b/Master/tlpkg/bin/check-execute-consistency
@@ -50,7 +50,7 @@ sub main
my $foo = $1;
chomp($foo);
push @{$fmtcodes{$foo}}, $pkg;
- } elsif ($e =~ m/AddHyphen\s+.*\s*lang=(\S+)\s+.*$/) {
+ } elsif ($e =~ m/AddHyphen\s+.*\s+file=(\S+)$/) {
my $foo = $1;
chomp($foo);
push @{$langcodes{$foo}}, $pkg;