texlive[46406]

commits+karl at tug.org commits+karl at tug.org
Sun Jan 21 23:37:57 CET 2018


Revision: 46406
          http://tug.org/svn/texlive?view=revision&revision=46406
Author:   karl
Date:     2018-01-21 23:37:56 +0100 (Sun, 21 Jan 2018)
Log Message:
-----------
"$@" not $*

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh

Modified: trunk/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh
===================================================================
--- trunk/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh	2018-01-21 22:34:29 UTC (rev 46405)
+++ trunk/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh	2018-01-21 22:37:56 UTC (rev 46406)
@@ -7,4 +7,4 @@
 else
  jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar`
 fi
-java -jar "$jarpath" $*
+exec java -jar "$jarpath" "$@"



More information about the tex-live-commits mailing list