summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-execute-consistency
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/check-execute-consistency')
-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 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;