summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-25 21:12:30 +0000
committerKarl Berry <karl@freefriends.org>2023-03-25 21:12:30 +0000
commitfb0d7d57bd06cc4332a72b330d8977cf5a4ffa5d (patch)
tree06d23598235a07f0567a123452ef17ef6522ead8 /Master/tlpkg/bin
parentc7d2c919c8f33429589b6bc2e75b69c8b1c511ab (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@66673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-wrapper-consistency2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir3
-rwxr-xr-xMaster/tlpkg/bin/tl-update-ctan-mirrors2
3 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-check-wrapper-consistency b/Master/tlpkg/bin/tl-check-wrapper-consistency
index e3778ac711a..b7c6dd8c356 100755
--- a/Master/tlpkg/bin/tl-check-wrapper-consistency
+++ b/Master/tlpkg/bin/tl-check-wrapper-consistency
@@ -92,7 +92,7 @@ sub check_w32 {
next if $is_shell_script{$k}; # skip shell scripts
#
# skip {context,mtxrun}.lua:
- next if $k =~ /\.lua$/
+ next if $k =~ /\.lua$/;
#
# also skip these special cases:
next if $k =~
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 3ee215d92a4..ee80737620b 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -275,11 +275,10 @@ for tlplat in $tlplats; do
ourdel=$tmpdir/2del
ouradd=$tmpdir/2add
- # looking for deletions, but don't delete (x)asy, biber, xindy, context.
+ # looking for deletions, but don't delete (x)asy, biber, context, xindy.
comm -23 $tmpdir/now $tmpdir/new \
| egrep -v '^(x?asy(\.exe)?|freeglut\.dll)$' \
| egrep -v '^biber(-ms)?(\.exe)?$' \
- | egrep -v '^dvisvgm$' \
| egrep -v '^(luametatex|context(.lua))?|mtxrun$' \
| egrep -v 'xindy' \
>$ourdel # intentionally anything matching xindy
diff --git a/Master/tlpkg/bin/tl-update-ctan-mirrors b/Master/tlpkg/bin/tl-update-ctan-mirrors
index a337d105d77..2e3cf50c1b4 100755
--- a/Master/tlpkg/bin/tl-update-ctan-mirrors
+++ b/Master/tlpkg/bin/tl-update-ctan-mirrors
@@ -134,7 +134,7 @@ sub add_mirror {
}
} else {
# CTAN.sites has many more urls than mirmon, so don't worry about it.
- warn " not in mirmon file, skipped: $url\n" if $verbose;
+ warn " not in mirmon file, skipped: $url\n" if $verbose > 1;
# Also the mirmon file has some old urls that aren't in CTAN.sites,
# so don't worry about that direction either, on occasion.
}