summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texosquery
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 /Master/texmf-dist/scripts/texosquery
parent8f155cad2caac2649a6e16f1e2944998bced1975 (diff)
texosquery (5may17)
git-svn-id: svn://tug.org/texlive/trunk@44216 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/texosquery')
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre5.jarbin62917 -> 62916 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre5.sh1
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre8.jarbin67247 -> 67211 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre8.sh1
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery.jarbin66196 -> 66194 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery.sh1
6 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar
index cddc5b057ac..d5155d40690 100755
--- a/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar
+++ b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar
Binary files differ
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh
index 67a402279b5..e841a0ea7d2 100755
--- a/Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh
+++ b/Master/texmf-dist/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/Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar
index 3693b345148..6c1090e737d 100755
--- a/Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar
+++ b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.jar
Binary files differ
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh
index 472c531453a..d13f8eeff5a 100755
--- a/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh
+++ b/Master/texmf-dist/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/Master/texmf-dist/scripts/texosquery/texosquery.jar b/Master/texmf-dist/scripts/texosquery/texosquery.jar
index 667cc7cf8fc..cff38782dae 100755
--- a/Master/texmf-dist/scripts/texosquery/texosquery.jar
+++ b/Master/texmf-dist/scripts/texosquery/texosquery.jar
Binary files differ
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery.sh b/Master/texmf-dist/scripts/texosquery/texosquery.sh
index 2f97a43db65..db9f8addfab 100755
--- a/Master/texmf-dist/scripts/texosquery/texosquery.sh
+++ b/Master/texmf-dist/scripts/texosquery/texosquery.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+
jarpath=`kpsewhich --progname=texosquery --format=texmfscripts texosquery.jar`
java -jar "$jarpath" "$@"