[latex3-commits] [l3svn] 01/02: Don't require "/" in every search path entry

noreply at latex-project.org noreply at latex-project.org
Tue Jun 20 08:22:08 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 a217197317818b732cef143e43383ceac2f72f87
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Jun 20 06:51:52 2017 +0100

    Don't require "/" in every search path entry
    
    This approach is consistent with envirnoment PATH variables,
    for example.
---
 l3kernel/l3file.dtx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 6bc11a6..f84f8f1 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -842,7 +842,7 @@
     \seq_map_inline:Nn \l_file_search_path_seq
       {
         \str_set:Nx \l__file_path_str
-          { \tl_to_str:n {##1} \l__file_name_str }
+          { \tl_to_str:n {##1} / \l__file_name_str }
         \__file_name_quote:VN \l__file_path_str \l__file_path_str
         \__ior_open:NV \g_@@_internal_ior \l__file_path_str
         \ior_if_eof:NF \g_@@_internal_ior

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list