diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-29 22:46:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-29 22:46:11 +0000 |
commit | 64fe492d04d786d03d443b50d3834e1c6a1f6a53 (patch) | |
tree | 989dd683cc5c372b9f6bddd1202e7509375591e6 /Master/tlpkg | |
parent | 37d0e4d4792840953b9a6b17a251924f32ca9f6f (diff) |
texosquery (29mar17)
git-svn-id: svn://tug.org/texlive/trunk@43641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 8747151f231..9ab992747b5 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3614,8 +3614,10 @@ sub doscripts { if $linkname =~ /pdfcrop|epstopdf/; # rpdfcrop ->pdfcrop, ... } else { - # Windows. If a shell script, skip. Else copy the wrapper. - next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; + # Windows. If a shell script, usually skip. Else copy the wrapper. + if ($s !~ /arara|texosquery/) { # java programs, want wrapper. + next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; + } # # Other shell scripts whose names don't end in .sh. We need to # change this to match texmf_dist_shell_scripts in |