From be3df25db62116ef060b36ae89fd2c3d41da4d7d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Mar 2018 18:29:03 +0000 Subject: tl18 pretest initial setup git-svn-id: svn://tug.org/texlive/trunk@46798 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh | 10 ---------- Master/texmf-dist/scripts/tlcockpit/tlcockpit.sh | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100755 Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh create mode 100755 Master/texmf-dist/scripts/tlcockpit/tlcockpit.sh (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh b/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh deleted file mode 100755 index 734ffe54c3c..00000000000 --- a/Master/texmf-dist/scripts/tlcockpit/tlcockpit-runner.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -kernel=`uname -s` -if test "${kernel#*CYGWIN}" != "$kernel" -then - jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` -else - jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` -fi -exec java -jar "$jarpath" "$@" diff --git a/Master/texmf-dist/scripts/tlcockpit/tlcockpit.sh b/Master/texmf-dist/scripts/tlcockpit/tlcockpit.sh new file mode 100755 index 00000000000..734ffe54c3c --- /dev/null +++ b/Master/texmf-dist/scripts/tlcockpit/tlcockpit.sh @@ -0,0 +1,10 @@ +#!/bin/sh + +kernel=`uname -s` +if test "${kernel#*CYGWIN}" != "$kernel" +then + jarpath=`cygpath -w $(kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar)` +else + jarpath=`kpsewhich --progname=tlcockpit --format=texmfscripts tlcockpit.jar` +fi +exec java -jar "$jarpath" "$@" -- cgit v1.2.3