summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-manifest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-manifest.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-manifest.lua5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-manifest.lua b/Master/texmf-dist/scripts/l3build/l3build-manifest.lua
index dc5138952c8..f9b1c4e82e9 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-manifest.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-manifest.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-manifest.lua Copyright (C) 2018,2020 The LaTeX3 Project
+File l3build-manifest.lua Copyright (C) 2018,2020 The LaTeX Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -33,7 +33,7 @@ for those people who are interested.
`l3build-manifest-setup.lua`.
--]]
-manifest = manifest or function()
+function manifest()
-- build list of ctan files
ctanfiles = {}
@@ -277,4 +277,3 @@ manifest_write_group = function(f,entry)
end
end
-