[latex3-commits] [git/LaTeX3-latex3-l3build] master: Missing ", " (and tidy some lines) (78f3efb)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Jul 29 12:40:47 CEST 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/78f3efbfe3b013bd6302ef1e0f861dcef9a4fc98

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

commit 78f3efbfe3b013bd6302ef1e0f861dcef9a4fc98
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jul 29 11:40:47 2018 +0100

    Missing "," (and tidy some lines)


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

78f3efbfe3b013bd6302ef1e0f861dcef9a4fc98
 l3build-stdmain.lua |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3build-stdmain.lua b/l3build-stdmain.lua
index e8f7b19..279916a 100644
--- a/l3build-stdmain.lua
+++ b/l3build-stdmain.lua
@@ -105,14 +105,14 @@ target_list =
     tag =
       {
         bundle_func = function(names)
-          local modules = modules or listmodules()
-          local errorlevel = call(modules,"tag")
-          -- Deal with any files in the bundle dir itself
-          if errorlevel == 0 then
-            errorlevel = tag(names[1])
-          end
-          return errorlevel
-        end
+            local modules = modules or listmodules()
+            local errorlevel = call(modules,"tag")
+            -- Deal with any files in the bundle dir itself
+            if errorlevel == 0 then
+              errorlevel = tag(names[1])
+            end
+            return errorlevel
+          end,
         desc = "Updates release tags in files",
         func = tag,
         pre  = function(names)





More information about the latex3-commits mailing list