[latex3-commits] [git/l3build] master: Formatting (a9a1844)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Nov 29 12:04:38 CET 2017


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

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

commit a9a1844e15073a2e754d4483a57af13e055c0cbe
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 29 11:04:38 2017 +0000

    Formatting


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

a9a1844e15073a2e754d4483a57af13e055c0cbe
 l3build.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build.lua b/l3build.lua
index a978402..decb3a1 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -683,7 +683,7 @@ function tree(path, glob)
   function is_dir(file)
     return lfs_attributes(file)["mode"] == "directory"
   end
-  local dirs = {["."]=cropdots(path)}
+  local dirs = {["."] = cropdots(path)}
   for pattern, critereon in gmatch(cropdots(glob), "([^/]+)(/?)") do
     local critereon = critereon == "/" and is_dir or always_true
     function fill(path, dir, table)





More information about the latex3-commits mailing list