summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/c2l
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-20 22:45:46 +0000
committerKarl Berry <karl@freefriends.org>2020-04-20 22:45:46 +0000
commit67635f11d8ff1b4f0417ad651f2bc10d1d2e09c5 (patch)
tree5cd9980fef3220a60fe92e8c6556435a0051b7b9 /Master/tlpkg/bin/c2l
parent9ac5474a83d80efa2129337a2acf8ed461717ecc (diff)
tlpkg-ctan-check: avoid catalogue update for every package; other doc and syntax tweaks, etc.
git-svn-id: svn://tug.org/texlive/trunk@54820 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/c2l')
-rwxr-xr-xMaster/tlpkg/bin/c2l2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/c2l b/Master/tlpkg/bin/c2l
index 91047a7bca5..c7356d53695 100755
--- a/Master/tlpkg/bin/c2l
+++ b/Master/tlpkg/bin/c2l
@@ -103,7 +103,7 @@ sub main {
push (@msgs, grep { /^svn: E/ } @lines); # svn errors
push (@msgs, grep { /: no hit for pattern/ } @lines); # tlpsrc updates
# map file changes; should do better, check .tlpsrc for existing ...
- push (@msgs, grep { /(svn .*|^ )[A-z]*\.map/ } @lines);
+ push (@msgs, grep { /(svn .*|^ )[A-z]*\.map$/ } @lines);
print map { (/^\*/ ? "" : "*** ") . $_ } @msgs;
if ($status != 0) {