[latex3-commits] [git/LaTeX3-latex3-latex2e] earlier-expl3: Avoid problems with minimal installations (c5367fa6)
PhelypeOleinik
tex.phelype at gmail.com
Tue Jun 9 22:54:01 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : earlier-expl3
Link : https://github.com/latex3/latex2e/commit/c5367fa6dca189cc6b33925399abbc914943b106
>---------------------------------------------------------------
commit c5367fa6dca189cc6b33925399abbc914943b106
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Tue Jun 9 17:54:01 2020 -0300
Avoid problems with minimal installations
>---------------------------------------------------------------
c5367fa6dca189cc6b33925399abbc914943b106
base/testfiles/tlb-early-expl3.lvt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/base/testfiles/tlb-early-expl3.lvt b/base/testfiles/tlb-early-expl3.lvt
index 63816fa8..41f43564 100644
--- a/base/testfiles/tlb-early-expl3.lvt
+++ b/base/testfiles/tlb-early-expl3.lvt
@@ -15,6 +15,9 @@
\else \directlua{function tex.enableprimitives (...) return end}
\fi
+% Hijack \@@end so that a missing hyphen.cfg file doesn't break on Travis
+\let\@@end\relax
+
\def\ReloadLTX{%
\def\undef##1{%
\ifx\relax##1%
More information about the latex3-commits
mailing list.