From a9b4d4a67ea7c5b695de0847c80641cbc98d63ab Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 22 May 2009 10:27:22 +0000 Subject: fix check-execute-consistency to accept AddHyphen with trailing spaces git-svn-id: svn://tug.org/texlive/trunk@13376 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-execute-consistency | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/bin') diff --git a/Master/tlpkg/bin/check-execute-consistency b/Master/tlpkg/bin/check-execute-consistency index ccb569cc23c..5d9eb3aa4be 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+file=(\S+)$/) { + } elsif ($e =~ m/AddHyphen\s+.*\s+file=(\S+)\s*$/) { my $foo = $1; chomp($foo); push @{$langcodes{$foo}}, $pkg; -- cgit v1.2.3