texlive[58829] Master: Do not start a GUI for either print-arch or

commits+siepo at tug.org commits+siepo at tug.org
Sun Apr 11 16:25:47 CEST 2021


Revision: 58829
          http://tug.org/svn/texlive?view=revision&revision=58829
Author:   siepo
Date:     2021-04-11 16:25:47 +0200 (Sun, 11 Apr 2021)
Log Message:
-----------
Do not start a GUI for either print-arch or print-platform

Modified Paths:
--------------
    trunk/Master/install-tl
    trunk/Master/install-tl-windows.bat

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2021-04-11 07:47:46 UTC (rev 58828)
+++ trunk/Master/install-tl	2021-04-11 14:25:47 UTC (rev 58829)
@@ -109,7 +109,7 @@
         }
       }
     } else {
-      for my $q (qw/in-place profile help print-platform version no-gui/) {
+      for my $q (qw/in-place profile help print-arch print-platform version no-gui/) {
         if ($p eq "-$q") {
           # ignore gui mode
           $want_tcl = 0;

Modified: trunk/Master/install-tl-windows.bat
===================================================================
--- trunk/Master/install-tl-windows.bat	2021-04-11 07:47:46 UTC (rev 58828)
+++ trunk/Master/install-tl-windows.bat	2021-04-11 14:25:47 UTC (rev 58829)
@@ -113,6 +113,10 @@
 set tcl=no
 set forbid=yes
 )
+if -print-arch == %p% (
+set tcl=no
+set forbid=yes
+)
 if -version == %p% (
 set tcl=no
 set forbid=yes



More information about the tex-live-commits mailing list.