From 7bf461efa5036b361e9500c4ed5c675cc819652c Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 22 Oct 2019 03:01:55 +0000 Subject: CTAN sync 201910220301 --- macros/latex/contrib/l3kernel/l3sys.dtx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macros/latex/contrib/l3kernel/l3sys.dtx') diff --git a/macros/latex/contrib/l3kernel/l3sys.dtx b/macros/latex/contrib/l3kernel/l3sys.dtx index 06ef4cd731..c2a6e79142 100644 --- a/macros/latex/contrib/l3kernel/l3sys.dtx +++ b/macros/latex/contrib/l3kernel/l3sys.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2019-10-14} +% \date{Released 2019-10-21} % % \maketitle % @@ -556,7 +556,7 @@ \cs_new_protected:Npn \sys_shell_now:n #1 { \lua_now:e - { os.execute(" \lua_escape:e { \tl_to_str:n {#1} } ") } + { l3kernel.shellescape(" \lua_escape:e { \tl_to_str:n {#1} } ") } } } { @@ -575,7 +575,7 @@ \cs_new_protected:Npn \sys_shell_shipout:n #1 { \lua_shipout_e:n - { os.execute(" \lua_escape:e { \tl_to_str:n {#1} } ") } + { l3kernel.shellescape(" \lua_escape:e { \tl_to_str:n {#1} } ") } } } { -- cgit v1.2.3