diff options
author | Karl Berry <karl@freefriends.org> | 2024-12-17 23:10:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-12-17 23:10:54 +0000 |
commit | 3572ba0bed91c6560fd074ba84dfff13651b0fd4 (patch) | |
tree | 0b54c6e052e138ffcc192abbd95d254ce9217d31 /Master/tlpkg/libexec/ctan2tds | |
parent | a1aa6803413d56f3f35024529e554c4dc4020df0 (diff) |
windows wrapper for datatool2bib[.sh]
git-svn-id: svn://tug.org/texlive/trunk@73151 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b329607c2f9..7235bac84a0 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4877,7 +4877,7 @@ sub doscripts { } else { # Windows. If a shell script, usually skip, except for Java # programs. Else copy the wrapper. - if ($s !~ /albatross|arara|bib2gls|convertgls2bib + if ($s !~ /albatross|arara|bib2gls|convertgls2bib|datatool2bib |texosquery|texplate|tlcockpit/x) { next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; } |