summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texosquery
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/texosquery')
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre5.jarbin0 -> 62861 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre5.sh4
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre8.jarbin0 -> 67162 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery-jre8.sh4
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery.jarbin6773 -> 66145 bytes
-rwxr-xr-xMaster/texmf-dist/scripts/texosquery/texosquery.sh (renamed from Master/texmf-dist/scripts/texosquery/texosquery)0
6 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.jar
new file mode 100755
index 00000000000..63d0fc4f9b3
--- /dev/null
+++ 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
new file mode 100755
index 00000000000..67a402279b5
--- /dev/null
+++ b/Master/texmf-dist/scripts/texosquery/texosquery-jre5.sh
@@ -0,0 +1,4 @@
+#!/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
new file mode 100755
index 00000000000..06f3b342b51
--- /dev/null
+++ 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
new file mode 100755
index 00000000000..472c531453a
--- /dev/null
+++ b/Master/texmf-dist/scripts/texosquery/texosquery-jre8.sh
@@ -0,0 +1,4 @@
+#!/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 84f4c1140a2..feb800910ab 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 b/Master/texmf-dist/scripts/texosquery/texosquery.sh
index 2f97a43db65..2f97a43db65 100755
--- a/Master/texmf-dist/scripts/texosquery/texosquery
+++ b/Master/texmf-dist/scripts/texosquery/texosquery.sh