[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct file search by \file_full_name:n (fixes #634) (fbb0557c9)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Sep 29 22:36:01 CEST 2019


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

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

commit fbb0557c9c9e033766467ea6a2b5abe51f839b23
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Sep 29 21:34:48 2019 +0100

    Correct file search by \file_full_name:n (fixes #634)


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

fbb0557c9c9e033766467ea6a2b5abe51f839b23
 l3kernel/l3file.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index cea19957d..7402f3030 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -2607,7 +2607,7 @@
 \cs_new:Npn \@@_full_name_aux:nn #1#2
   {
     \exp_args:Ne \@@_full_name_aux:n
-      { \__kernel_file_name_quote:e { \tl_to_str:n {#2} #1 } }
+      { \__kernel_file_name_quote:e { \tl_to_str:n {#2} / #1 } }
   }
 \cs_new:Npn \@@_full_name_aux:n #1
   {
@@ -2620,7 +2620,7 @@
           }
       }
   }
-\cs_new:Npn \@@_file_name_cleanup:w #1 \@@_file_name_end:n #2 { }
+\cs_new:Npn \@@_file_name_cleanup:w #1 \@@_file_name_end: { }
 \cs_new:Npn \@@_file_name_end: { }
 %    \end{macrocode}
 %   As \TeX{} automatically adds |.tex| if there is no extension,





More information about the latex3-commits mailing list