summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-28 20:57:44 +0000
committerKarl Berry <karl@freefriends.org>2019-10-28 20:57:44 +0000
commitcffa8e2910c5d2a7b6b26032eef37d9e18b8b72d (patch)
tree1d40f9dedb8fedba1f2b86c0c6709ffce423d933 /Master/texmf-dist/source/latex/l3kernel/l3file.dtx
parent9f536ae74be656fcaffd73428023c8084f372fea (diff)
l3kernel (28oct19)
git-svn-id: svn://tug.org/texlive/trunk@52554 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3file.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3file.dtx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
index 3e81384e8a7..f83f7e62bb9 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
@@ -44,7 +44,7 @@
% }^^A
% }
%
-% \date{Released 2019-10-27}
+% \date{Released 2019-10-28}
%
% \maketitle
%
@@ -2760,6 +2760,8 @@
{
\prg_set_protected_conditional:Npnn \file_get_full_name:nN #1#2 { T , F , TF }
{
+ \tl_set:Nx \l_@@_base_name_tl
+ { \__kernel_file_name_sanitize:n {#1} }
\@@_get_full_name_search:nN { } \use:n
\seq_map_inline:Nn \l_file_search_path_seq
{ \@@_get_full_name_search:nN { ##1 / } \seq_map_break:n }