[latex3-commits] [latex3/l3sys-query] 2e: colon quoting not needed now (b13cd64)

github at latex-project.org github at latex-project.org
Sun Mar 10 00:27:42 CET 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : 2e
Link       : https://github.com/latex3/l3sys-query/commit/b13cd6473396e83abdaa676ee42c17d81da9db35

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

commit b13cd6473396e83abdaa676ee42c17d81da9db35
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Sat Mar 9 23:27:42 2024 +0000

    colon quoting not needed now


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

b13cd6473396e83abdaa676ee42c17d81da9db35
 l3sys-query.sty | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3sys-query.sty b/l3sys-query.sty
index 6c6651a..050a691 100644
--- a/l3sys-query.sty
+++ b/l3sys-query.sty
@@ -51,9 +51,9 @@ reverse-sort .value_forbidden:n = true ,
 
 exclude .code:n  =\tl_put_right:Ne \l_tmpa_tl {
   --exclude ~
-  \sys_if_shell_restricted:TF: :'
+  \sys_if_shell_restricted:F'
   \exp_not:n{#1}
-  \sys_if_shell_restricted:TF: :'
+  \sys_if_shell_restricted:F'
   ~ } ,
 exclude .value_required:n = true ,
 





More information about the latex3-commits mailing list.