[latex3-commits] [l3svn] 07/09: Const for shell escape not needed with LuaTeX
noreply at latex-project.org
noreply at latex-project.org
Sat May 27 23:12:10 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 34c1e259b29d0f8c8668a4a085dfe454db34c990
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat May 27 21:18:59 2017 +0100
Const for shell escape not needed with LuaTeX
---
l3kernel/l3candidates.dtx | 5 ++++-
l3kernel/testfiles/m3expl001.luatex.tlg | 1 -
l3kernel/testfiles/m3expl003.luatex.tlg | 1 -
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 9bfa154..cfb8a67 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2134,8 +2134,11 @@
% \end{macro}
%
% \begin{variable}{\c_@@_shell_stream_int}
+% This is not needed for \LuaTeX{}: shell escape there isn't done using
+% a \TeX{} interface
% \begin{macrocode}
-\int_const:Nn \c_@@_shell_stream_int { 18 }
+\sys_if_engine_luatex:F
+ { \int_const:Nn \c_@@_shell_stream_int { 18 } }
% \end{macrocode}
% \end{variable}
%
diff --git a/l3kernel/testfiles/m3expl001.luatex.tlg b/l3kernel/testfiles/m3expl001.luatex.tlg
index 62667ba..b485837 100644
--- a/l3kernel/testfiles/m3expl001.luatex.tlg
+++ b/l3kernel/testfiles/m3expl001.luatex.tlg
@@ -5440,7 +5440,6 @@ Defining \sys_if_shell_restricted_p: on line ...
Defining \sys_if_shell_restricted:T on line ...
Defining \sys_if_shell_restricted:F on line ...
Defining \sys_if_shell_restricted:TF on line ...
-Defining \c__sys_shell_stream_int on line ...
Defining \sys_shell_now:n on line ...
Defining \sys_shell_now:x on line ...
Defining \sys_shell_shipout:n on line ...
diff --git a/l3kernel/testfiles/m3expl003.luatex.tlg b/l3kernel/testfiles/m3expl003.luatex.tlg
index 83d3884..df299a0 100644
--- a/l3kernel/testfiles/m3expl003.luatex.tlg
+++ b/l3kernel/testfiles/m3expl003.luatex.tlg
@@ -5441,7 +5441,6 @@ Defining \sys_if_shell_restricted_p: on line ...
Defining \sys_if_shell_restricted:T on line ...
Defining \sys_if_shell_restricted:F on line ...
Defining \sys_if_shell_restricted:TF on line ...
-Defining \c__sys_shell_stream_int on line ...
Defining \sys_shell_now:n on line ...
Defining \sys_shell_now:x on line ...
Defining \sys_shell_shipout:n on line ...
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list