[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missing \exp_not:N (ac2899a)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jul 26 23:43:02 CEST 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/ac2899a93f40c7b2b0fcf0c26c5c7f18af2acf80

>---------------------------------------------------------------

commit ac2899a93f40c7b2b0fcf0c26c5c7f18af2acf80
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jul 26 22:43:02 2018 +0100

    Missing \exp_not:N


>---------------------------------------------------------------

ac2899a93f40c7b2b0fcf0c26c5c7f18af2acf80
 l3kernel/l3candidates.dtx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 74ece29..a5e8443 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -3090,7 +3090,10 @@
         \sys_shell_now:x
           {
             \sys_if_platform_unix:T
-              { cp~-RLf~ \exp_not:N \tl_to_str:n {#1} ~ \tl_to_str:n {#2} }
+              { 
+                cp~-RLf~ \exp_not:N \tl_to_str:n {#1} ~
+                  \exp_not:N \tl_to_str:n {#2}
+              }
             \sys_if_platform_windows:T
               {
                 xcopy~/y~ \exp_not:N \@@_path_to_win:n {#1} ~





More information about the latex3-commits mailing list