[latex3-commits] [l3svn] 16/20: l3build: for loops automatically use local vars

noreply at latex-project.org noreply at latex-project.org
Fri Apr 14 23:39:09 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 67ef9e7ba5069e6b14a7b69ab89dacccff9d9bf0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 14 19:42:27 2017 +0100

    l3build: for loops automatically use local vars
---
 l3build/l3build.lua |    1 -
 1 file changed, 1 deletion(-)

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

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


More information about the latex3-commits mailing list