summaryrefslogtreecommitdiff
path: root/Master/install-tl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-05 21:09:54 +0000
committerKarl Berry <karl@freefriends.org>2023-03-05 21:09:54 +0000
commit4e453e131392fd527588607a8379ea4a8024bb93 (patch)
tree76ece5887242d19f81373038274370d160882d58 /Master/install-tl
parenta3b91c191f1e2e658ec03ac1d29d041ec97c90b0 (diff)
luametatex --version fails on Windows when we run it (https://tug.org/pipermail/tex-live/2023-March/048897.html)
git-svn-id: svn://tug.org/texlive/trunk@66378 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-xMaster/install-tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl
index ee8042595f7..6734f9fdd13 100755
--- a/Master/install-tl
+++ b/Master/install-tl
@@ -1358,7 +1358,7 @@ operations might be disturbed.\n\n";
my $lmtx = "$plat_bindir/luametatex$progext";
if (exists($install{"context"}) && $install{"context"} == 1
&& !exists $ENV{"TEXLIVE_INSTALL_NO_CONTEXT_CACHE"}
- && TeXLive::TLUtils::system_ok("$lmtx --version")
+ && (wndws() || TeXLive::TLUtils::system_ok("$lmtx --version"))
) {
info("setting up ConTeXt cache: ");
$errcount += run_postinst_cmd("mtxrun --generate");