summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh
blob: f68a09c866099818bbad830dc5d829cafbc1808b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh


kernel=`uname -s`
if test "${kernel#*CYGWIN}" != "$kernel"
then
 jarpath=`cygpath -w $(kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre8.jar)`
else
 jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre8.jar`
fi
java -Djava.locale.providers=CLDR,JRE -jar "$jarpath" "$@"