summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh2
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" "$@"