texlive[66457] Master: Revert "luametatex --version fails on Windows

commits+preining at tug.org commits+preining at tug.org
Wed Mar 8 00:07:12 CET 2023


Revision: 66457
          http://tug.org/svn/texlive?view=revision&revision=66457
Author:   preining
Date:     2023-03-08 00:07:12 +0100 (Wed, 08 Mar 2023)
Log Message:
-----------
Revert "luametatex --version fails on Windows when we run it (https://tug.org/pipermail/tex-live/2023-March/048897.html)"

This reverts r66378 after the fix for system_ok

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=66378

Modified Paths:
--------------
    trunk/Master/install-tl
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/install-tl
===================================================================
--- trunk/Master/install-tl	2023-03-07 22:29:51 UTC (rev 66456)
+++ trunk/Master/install-tl	2023-03-07 23:07:12 UTC (rev 66457)
@@ -1358,7 +1358,7 @@
   my $lmtx = "$plat_bindir/luametatex$progext";
   if (exists($install{"context"}) && $install{"context"} == 1
       && !exists $ENV{"TEXLIVE_INSTALL_NO_CONTEXT_CACHE"}
-      && (wndws() || TeXLive::TLUtils::system_ok("$lmtx --version"))
+      && TeXLive::TLUtils::system_ok("$lmtx --version")
      ) {
     info("setting up ConTeXt cache: ");
     $errcount += run_postinst_cmd("mtxrun --generate");

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2023-03-07 22:29:51 UTC (rev 66456)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2023-03-07 23:07:12 UTC (rev 66457)
@@ -896,7 +896,7 @@
     my $lmtx = "$bindir/luametatex";
     if (defined($localtlpdb->get_package('context'))
         && (-x "$lmtx" || -x "$lmtx.exe")
-        && (wndws() || TeXLive::TLUtils::system_ok("$lmtx --version"))
+        && TeXLive::TLUtils::system_ok("$lmtx --version")
        ) {
       $errors += do_cmd_and_check("mtxrun --generate");
       $errors += do_cmd_and_check("context --luatex --generate");



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