summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-05-05 22:50:09 +0000
committerKarl Berry <karl@freefriends.org>2017-05-05 22:50:09 +0000
commitaf94f399b2a355396d222eb693423beb6294a683 (patch)
tree4c2210f7e726a226b6479a7ab3b99b036f2ac377 /Build
parent8f155cad2caac2649a6e16f1e2944998bced1975 (diff)
texosquery (5may17)
git-svn-id: svn://tug.org/texlive/trunk@44216 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh1
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh1
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texosquery/texosquery.sh1
3 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh
index 67a402279b5..e841a0ea7d2 100755
--- a/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh
+++ b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre5.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+
jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre5.jar`
java -jar "$jarpath" "$@"
diff --git a/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh
index 472c531453a..d13f8eeff5a 100755
--- a/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh
+++ b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery-jre8.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+
jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery-jre8.jar`
java -Djava.locale.providers=CLDR,JRE -jar "$jarpath" "$@"
diff --git a/Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh
index 2f97a43db65..db9f8addfab 100755
--- a/Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh
+++ b/Build/source/texk/texlive/linked_scripts/texosquery/texosquery.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+
jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery.jar`
java -jar "$jarpath" "$@"