summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-14 22:17:58 +0000
committerKarl Berry <karl@freefriends.org>2021-01-14 22:17:58 +0000
commit99e14824d512341935d281a980a7576a30346a60 (patch)
tree1364779047770fa0e9fe2990b69c7a891d1bedcb /Master/tlpkg/libexec/ctan2tds
parent66f7d795ee15bbbe970dccad9b0d5ecb1e9d4884 (diff)
albatross.exe wrapper
git-svn-id: svn://tug.org/texlive/trunk@57420 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 928ff247fa3..e1ae6f6f9e0 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -4240,7 +4240,7 @@ sub doscripts {
} else {
# Windows. If a shell script, usually skip, except for Java
# programs. Else copy the wrapper.
- if ($s !~ /arara|bib2gls|convertgls2bib
+ if ($s !~ /albatross|arara|bib2gls|convertgls2bib
|texosquery|texplate|tlcockpit/x) {
next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/;
}