[latex3-commits] [latex3/l3sys-query] main: Shorten an auxiliary (6664c8d)
github at latex-project.org
github at latex-project.org
Fri Mar 8 11:43:06 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/6664c8d04acb0e2e00ab5ec5bedc522ab73ae0bb
>---------------------------------------------------------------
commit 6664c8d04acb0e2e00ab5ec5bedc522ab73ae0bb
Author: Joseph Wright <joseph at texdev.net>
Date: Fri Mar 8 10:43:06 2024 +0000
Shorten an auxiliary
>---------------------------------------------------------------
6664c8d04acb0e2e00ab5ec5bedc522ab73ae0bb
l3sys-query.lua | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/l3sys-query.lua b/l3sys-query.lua
index 6d0b0de..131db49 100755
--- a/l3sys-query.lua
+++ b/l3sys-query.lua
@@ -271,9 +271,7 @@ local function parse_args()
local function tidy(num)
local t = {}
for i = num,#arg do
- local arg_i = arg[i]
- dequote(arg_i)
- insert(t,arg_i)
+ insert(t,dequote(arg[i]))
end
return concat(t," ")
end
More information about the latex3-commits
mailing list.