diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-30 20:59:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-30 20:59:58 +0000 |
commit | 5e541c41c7d9b017d0dfebb337f79da3a69e5251 (patch) | |
tree | bd69c8939d2ad830c60f3e565c23acf9d9696c37 /Master/texmf-dist/scripts/l3build/l3build-file-functions.lua | |
parent | 4f9282799e6b77aab5da00b68ede2cc9a7ae33e1 (diff) |
l3build (30jul19)
git-svn-id: svn://tug.org/texlive/trunk@51777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-file-functions.lua')
-rw-r--r-- | Master/texmf-dist/scripts/l3build/l3build-file-functions.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua b/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua index cc1bef67fa8..9c7ac1fb6df 100644 --- a/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua +++ b/Master/texmf-dist/scripts/l3build/l3build-file-functions.lua @@ -1,6 +1,6 @@ --[[ -File l3build-file-functions.lua Copyright (C) 2018 The LaTeX3 Project +File l3build-file-functions.lua Copyright (C) 2018,2019 The LaTeX3 Project It may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this @@ -80,7 +80,7 @@ local insert = table.insert (end license) --]] -local function glob_to_pattern(glob) +function glob_to_pattern(glob) local pattern = "^" -- pattern being built local i = 0 -- index in glob |