texlive[45158] Master/bin: remove copies of scripts

commits+preining at tug.org commits+preining at tug.org
Tue Aug 29 10:50:08 CEST 2017


Revision: 45158
          http://tug.org/svn/texlive?view=revision&revision=45158
Author:   preining
Date:     2017-08-29 10:50:07 +0200 (Tue, 29 Aug 2017)
Log Message:
-----------
remove copies of scripts

Removed Paths:
-------------
    trunk/Master/bin/amd64-freebsd/tlcockpit
    trunk/Master/bin/amd64-netbsd/tlcockpit
    trunk/Master/bin/armel-linux/tlcockpit
    trunk/Master/bin/armhf-linux/tlcockpit
    trunk/Master/bin/i386-darwin/tlcockpit
    trunk/Master/bin/i386-freebsd/tlcockpit
    trunk/Master/bin/i386-linux/tlcockpit
    trunk/Master/bin/i386-netbsd/tlcockpit
    trunk/Master/bin/i386-solaris/tlcockpit
    trunk/Master/bin/powerpc-darwin/tlcockpit
    trunk/Master/bin/powerpc-linux/tlcockpit
    trunk/Master/bin/sparc-solaris/tlcockpit
    trunk/Master/bin/x86_64-darwin/tlcockpit
    trunk/Master/bin/x86_64-darwinlegacy/tlcockpit
    trunk/Master/bin/x86_64-linux/tlcockpit
    trunk/Master/bin/x86_64-solaris/tlcockpit

Deleted: trunk/Master/bin/amd64-freebsd/tlcockpit
===================================================================
--- trunk/Master/bin/amd64-freebsd/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/amd64-freebsd/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/amd64-netbsd/tlcockpit
===================================================================
--- trunk/Master/bin/amd64-netbsd/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/amd64-netbsd/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/armel-linux/tlcockpit
===================================================================
--- trunk/Master/bin/armel-linux/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/armel-linux/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/armhf-linux/tlcockpit
===================================================================
--- trunk/Master/bin/armhf-linux/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/armhf-linux/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/i386-darwin/tlcockpit
===================================================================
--- trunk/Master/bin/i386-darwin/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/i386-darwin/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/i386-freebsd/tlcockpit
===================================================================
--- trunk/Master/bin/i386-freebsd/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/i386-freebsd/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/i386-linux/tlcockpit
===================================================================
--- trunk/Master/bin/i386-linux/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/i386-linux/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/i386-netbsd/tlcockpit
===================================================================
--- trunk/Master/bin/i386-netbsd/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/i386-netbsd/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/i386-solaris/tlcockpit
===================================================================
--- trunk/Master/bin/i386-solaris/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/i386-solaris/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/powerpc-darwin/tlcockpit
===================================================================
--- trunk/Master/bin/powerpc-darwin/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/powerpc-darwin/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/powerpc-linux/tlcockpit
===================================================================
--- trunk/Master/bin/powerpc-linux/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/powerpc-linux/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/sparc-solaris/tlcockpit
===================================================================
--- trunk/Master/bin/sparc-solaris/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/sparc-solaris/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/x86_64-darwin/tlcockpit
===================================================================
--- trunk/Master/bin/x86_64-darwin/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/x86_64-darwin/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/x86_64-darwinlegacy/tlcockpit
===================================================================
--- trunk/Master/bin/x86_64-darwinlegacy/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/x86_64-darwinlegacy/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/x86_64-linux/tlcockpit
===================================================================
--- trunk/Master/bin/x86_64-linux/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/x86_64-linux/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"

Deleted: trunk/Master/bin/x86_64-solaris/tlcockpit
===================================================================
--- trunk/Master/bin/x86_64-solaris/tlcockpit	2017-08-29 00:21:40 UTC (rev 45157)
+++ trunk/Master/bin/x86_64-solaris/tlcockpit	2017-08-29 08:50:07 UTC (rev 45158)
@@ -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
-java -jar "$jarpath"



More information about the tex-live-commits mailing list