[latex3-commits] [l3svn] 13/20: l3build: glob_to_pattern is local
noreply at latex-project.org
noreply at latex-project.org
Fri Apr 14 23:39:06 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 9d07ef5a1c47f9f38fae255bcaa5d2115a7e0e31
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 14 18:48:16 2017 +0100
l3build: glob_to_pattern is local
---
l3build/l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 47536f5..87d2aad 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -390,7 +390,7 @@ local optrelease = options["release"]
(end license)
--]]
-function glob_to_pattern(glob)
+local function glob_to_pattern(glob)
local pattern = "^" -- pattern being built
local i = 0 -- index in glob
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list