summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-07 18:38:33 +0000
committerKarl Berry <karl@freefriends.org>2019-11-07 18:38:33 +0000
commitb2fb4be581745afa70aad53959c0d2d395ba0773 (patch)
treec9c7794bbe3fcc24abf5bf3d404f51722c94e4a7 /Master
parent7ce5219c24495a161caa36ead4925c85d4401936 (diff)
rename check-* scripts to have tl- prefix (long overdue)
git-svn-id: svn://tug.org/texlive/trunk@52673 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-files-by-format (renamed from Master/tlpkg/bin/check-files-by-format)0
-rwxr-xr-xMaster/tlpkg/bin/tl-check-fmttriggers (renamed from Master/tlpkg/bin/check-fmttriggers)0
-rwxr-xr-xMaster/tlpkg/bin/tl-check-tlnet-consistency (renamed from Master/tlpkg/bin/check-tlnet-consistency)0
-rwxr-xr-xMaster/tlpkg/bin/tl-check-wrapper-consistency (renamed from Master/tlpkg/bin/check-wrapper-consistency)0
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet2
5 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/tl-check-files-by-format
index bb4e48c6ee3..bb4e48c6ee3 100755
--- a/Master/tlpkg/bin/check-files-by-format
+++ b/Master/tlpkg/bin/tl-check-files-by-format
diff --git a/Master/tlpkg/bin/check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers
index eca92140763..eca92140763 100755
--- a/Master/tlpkg/bin/check-fmttriggers
+++ b/Master/tlpkg/bin/tl-check-fmttriggers
diff --git a/Master/tlpkg/bin/check-tlnet-consistency b/Master/tlpkg/bin/tl-check-tlnet-consistency
index e82ec38a0b1..e82ec38a0b1 100755
--- a/Master/tlpkg/bin/check-tlnet-consistency
+++ b/Master/tlpkg/bin/tl-check-tlnet-consistency
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/tl-check-wrapper-consistency
index c788da18b12..c788da18b12 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/tl-check-wrapper-consistency
diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet
index 050402f867e..a3dc374e205 100755
--- a/Master/tlpkg/bin/tl-update-tlnet
+++ b/Master/tlpkg/bin/tl-update-tlnet
@@ -215,7 +215,7 @@ if test $failure = false; then
for cmd in \
"$tltryinst/$yyyy/bin/*/tlmgr --repository $tltry update --list" \
"$tltryinst/$yyyy/bin/*/updmap-sys -n" \
- "$Master/tlpkg/bin/check-tlnet-consistency --location=$tltry" \
+ "$Master/tlpkg/bin/tl-check-tlnet-consistency --location=$tltry" \
"$Master/tlpkg/bin/tl-compare-tlpdbs $critical $tltry/tlpkg/texlive.tlpdb" \
; do
cmdname=`echo "$cmd" | awk '{print $1}'`