From 3e27b5d562825d1320d74358d1c2225254c765d0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 21 Jan 2018 22:37:56 +0000 Subject: "$@" not $* git-svn-id: svn://tug.org/texlive/trunk@46406 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist') 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" "$@" -- cgit v1.2.3