[latex3-commits] [git/LaTeX3-latex3-l3build] master: More files -> names (1f86802)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Mar 6 22:50:35 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/1f86802a49e23c553ded0df9e5195d8457b52865

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

commit 1f86802a49e23c553ded0df9e5195d8457b52865
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Mar 6 21:49:17 2018 +0000

    More files -> names


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

1f86802a49e23c553ded0df9e5195d8457b52865
 l3build-aux.lua |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3build-aux.lua b/l3build-aux.lua
index c55beb5..82828b0 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -61,7 +61,7 @@ function call(dirs, target, opts)
   local opts = opts or options
   local s = ""
   for k,v in pairs(opts) do
-    if k ~= "files" and k ~= "target" then -- Special cases
+    if k ~= "names" and k ~= "target" then -- Special cases
       local t = option_list[k] or { }
       local arg = ""
       if t["type"] == "string" then
@@ -79,8 +79,8 @@ function call(dirs, target, opts)
       s = s .. " --" .. k .. arg
     end
   end
-  if opts["files"] then
-    for _,v in pairs(opts["files"]) do
+  if opts["names"] then
+    for _,v in pairs(opts["names"]) do
       s = s .. " " .. v
     end
   end





More information about the latex3-commits mailing list