diff options
-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 91dd839b386..734ffe54c3c 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" $* +exec java -jar "$jarpath" "$@" |