summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tlcockpit
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-21 22:37:56 +0000
committerKarl Berry <karl@freefriends.org>2018-01-21 22:37:56 +0000
commit3e27b5d562825d1320d74358d1c2225254c765d0 (patch)
tree85687cabb955ee9da1757617e9c072e68c99dd53 /Master/texmf-dist/scripts/tlcockpit
parentd09ad8b89dbedfbe939605baf5380584077e4584 (diff)
"$@" not $*
git-svn-id: svn://tug.org/texlive/trunk@46406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/tlcockpit')
-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" "$@"