summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/check-wrapper-consistency
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-08 20:59:28 +0000
committerKarl Berry <karl@freefriends.org>2013-04-08 20:59:28 +0000
commit0adbaaeb3c7cf72b34a6a9f7b43fcede95fcc386 (patch)
tree2e36f10c2b2140f1e983e6cb464d9477e01e44e3 /Master/tlpkg/bin/check-wrapper-consistency
parent99219ccf2636cfee822cc613d4f9604df40c4c17 (diff)
yet more pattern and wording fixes
git-svn-id: svn://tug.org/texlive/trunk@29762 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/check-wrapper-consistency')
-rwxr-xr-xMaster/tlpkg/bin/check-wrapper-consistency5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency
index aaa23ac0892..e8351037532 100755
--- a/Master/tlpkg/bin/check-wrapper-consistency
+++ b/Master/tlpkg/bin/check-wrapper-consistency
@@ -143,5 +143,10 @@ sub list_shell_scripts {
$sh{$script} = 1; # save without extension (everything else)
}
+ # more shell scripts, that are not part of linked_scripts.
+ $sh{"chkweb"} = 1;
+ $sh{"getafm"} = 1;
+ $sh{"showchar"} = 1;
+
return %sh;
}