Skip to content

Commit

Permalink
ctanfiles, tdsfiles, printline local
Browse files Browse the repository at this point in the history
in l3build-manifest.lua
  • Loading branch information
jlaurens authored and josephwright committed Jul 6, 2024
1 parent 11829b2 commit d888be0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion l3build-manifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ for those people who are interested.
`l3build-manifest-setup.lua`.
--]]

local ctanfiles
local tdsfiles

function manifest()

-- build list of ctan files
Expand All @@ -55,7 +58,7 @@ function manifest()

manifest_write(manifest_entries)

printline = "Manifest written to " .. manifestfile
local printline = "Manifest written to " .. manifestfile
print((printline:gsub(".","*"))) print(printline) print((printline:gsub(".","*")))

return 0
Expand Down

0 comments on commit d888be0

Please sign in to comment.