diff options
author | Norbert Preining <preining@logic.at> | 2008-06-24 06:57:08 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-06-24 06:57:08 +0000 |
commit | 2d6307d258c7a0b859822508986cbb6659577201 (patch) | |
tree | e407d1ebe6102a8a6d9fe583f323d192b684b1fb /Master | |
parent | 9a4cd0f3307a6fb5c7df23aab7b4e661cc8fcb08 (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')
-rwxr-xr-x | Master/tlpkg/bin/check-execute-consistency | 2 |
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; |