summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex
index 7ef6bb58e62..a7b54359b90 100644
--- a/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex
+++ b/Master/texmf-dist/tex/latex/l3kernel/expl3-code.tex
@@ -65,7 +65,7 @@
%% and all files in that bundle must be distributed together.
%%
%% File: expl3.dtx
-\def\ExplFileDate{2019-09-28}%
+\def\ExplFileDate{2019-09-30}%
\begingroup
\def\next{\endgroup}%
\expandafter\ifx\csname PackageError\endcsname\relax
@@ -11072,7 +11072,7 @@
\cs_new:Npn \__file_full_name_aux:nn #1#2
{
\exp_args:Ne \__file_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 \__file_full_name_aux:n #1
{
@@ -11085,7 +11085,7 @@
}
}
}
-\cs_new:Npn \__file_file_name_cleanup:w #1 \__file_file_name_end:n #2 { }
+\cs_new:Npn \__file_file_name_cleanup:w #1 \__file_file_name_end: { }
\cs_new:Npn \__file_file_name_end: { }
\cs_new:Npn \__file_file_ext_check:n #1
{ \__file_file_ext_check_auxi:nw {#1} #1 " #1 " \q_stop }