diff options
author | Karl Berry <karl@freefriends.org> | 2020-04-11 22:47:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-04-11 22:47:33 +0000 |
commit | 770b96ca17434757dd1f8ef5afcb7ec61eb55244 (patch) | |
tree | fcefcf089b0ea6f48e93b0d354a2c0b6ef4c8c05 /Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx | |
parent | c90b0317da3ad158c3e4e826ec6c3c726da61e1c (diff) |
l3kernel (6apr20)
git-svn-id: svn://tug.org/texlive/trunk@54672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx index e346f674a70..bb16a00a6ee 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3candidates.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2020-03-06} +% \date{Released 2020-04-06} % % \maketitle % @@ -1405,6 +1405,9 @@ % \begin{macro}{\ior_shell_open:Nn} % \begin{macro}{\@@_shell_open:nN} % Actually much easier than either the standard open or input versions! +% When calling \cs{__kernel_ior_open:Nn} the file the pipe is added to +% signal a shell command, but the quotes are not added yet---they are +% added later by \cs{__kernel_file_name_quote:n}. % \begin{macrocode} \cs_new_protected:Npn \ior_shell_open:Nn #1#2 { @@ -1419,7 +1422,7 @@ \__kernel_msg_error:nnx { kernel } { quote-in-shell } {#1} } - { \__kernel_ior_open:Nn #2 { "|#1" } } + { \__kernel_ior_open:Nn #2 { |#1 } } } \__kernel_msg_new:nnnn { kernel } { pipe-failed } { Cannot~run~piped~system~commands. } |