[latex3-commits] [l3svn] 17/20: l3build: Avoid a confusing name

noreply at latex-project.org noreply at latex-project.org
Fri Apr 14 23:39:10 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit fc06ca865f4111ad7aa9211f4883e094cb6ac35f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 14 19:42:46 2017 +0100

    l3build: Avoid a confusing name
---
 l3build/l3build.lua |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index c5fe804..af7f4af 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -330,8 +330,8 @@ local function argparse()
       -- Store the result
       if optarg then
         local opts = result[optname] or { }
-        for match in gmatch(optarg, "([^,%s]+)") do
-          insert(opts, match)
+        for hit in gmatch(optarg, "([^,%s]+)") do
+          insert(opts, hit)
         end
         result[optname] = opts
       else

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list