diff options
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh b/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh index 1b24959acd5..91dd839b386 100755 --- a/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh +++ b/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh @@ -7,4 +7,4 @@ then else jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` fi -java -jar "$jarpath" +java -jar "$jarpath" $* |