diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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 |