[latex3-commits] [git/LaTeX3-latex3-latex3] master: Check also if \development at branch@name exists (3b69f79be)

PhelypeOleinik phelype.oleinik at latex-project.org
Sun Sep 6 13:15:42 CEST 2020


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

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

commit 3b69f79be4b4479ecc595b4ed815a64be2455c0b
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sun Sep 6 08:15:42 2020 -0300

    Check also if \development at branch@name exists


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

3b69f79be4b4479ecc595b4ed815a64be2455c0b
 l3kernel/l3file.dtx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index bbfd23957..55121878d 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -3597,7 +3597,10 @@
         kpsewhich ~ --all ~
           --engine = \c_sys_engine_exec_str
           \c_space_tl \c_sys_engine_format_str
-            \tl_if_empty:NF \development at branch@name { -dev } .fmt
+            \bool_lazy_and:nnF
+                { \tl_if_exist_p:N \development at branch@name }
+                { ! \tl_if_empty_p:N \development at branch@name }
+              { -dev } .fmt
       }
     \seq_clear:N \l_@@_tmp_seq
     \ior_map_inline:Nn \g_@@_internal_ior





More information about the latex3-commits mailing list.