[latex3-commits] [git/LaTeX3-latex3-latex3] master: Need raw access this early (a4de05060)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Sep 20 09:33:48 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/a4de0506034d1107f73c1f03f8e21fe97a519a88
>---------------------------------------------------------------
commit a4de0506034d1107f73c1f03f8e21fe97a519a88
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Sep 20 08:33:48 2019 +0100
Need raw access this early
>---------------------------------------------------------------
a4de0506034d1107f73c1f03f8e21fe97a519a88
l3kernel/l3file.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 1a0bdbd76..adafad9f2 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -3178,7 +3178,7 @@
\sys_if_engine_luatex:TF
{
\str_const:Nx \c_sys_platform_str
- { \lua_now:n { tex.print(os.type) } }
+ { \tex_directlua:D { tex.print(os.type) } }
}
{
\file_if_exist:nTF { nul: }
More information about the latex3-commits
mailing list