diff options
Diffstat (limited to 'Master/texmf-dist/source/support/texosquery/texosquery.batch')
-rw-r--r-- | Master/texmf-dist/source/support/texosquery/texosquery.batch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/support/texosquery/texosquery.batch b/Master/texmf-dist/source/support/texosquery/texosquery.batch index 41b7d00bc0b..1cb09c87c9a 100644 --- a/Master/texmf-dist/source/support/texosquery/texosquery.batch +++ b/Master/texmf-dist/source/support/texosquery/texosquery.batch @@ -1,4 +1,5 @@ + @ECHO OFF FOR /F "tokens=*" %%I IN ('kpsewhich --progname=texosquery --format=texmfscripts texosquery.jar') DO SET JARPATH=%%I java -jar "%JARPATH%" %* |