Skip to content

Commit

Permalink
correct fn name in fntbuild.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Clea F. Rees committed Nov 19, 2024
1 parent abc7a65 commit 54cc904
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fontscripts/fntbuild.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- $Id: fntbuild.lua 10650 2024-11-19 07:23:57Z cfrees $
-- $Id: fntbuild.lua 10651 2024-11-19 15:32:09Z cfrees $
-------------------------------------------------
-------------------------------------------------
-- copy non-public things from l3build
Expand Down Expand Up @@ -1273,9 +1273,9 @@ if fntbuild_frag_path == nil then
gwall("Search for ","self",1)
end
end
print("Found myself in " .. fntbuild_frag_path)
-- dwyn o Joseph Wright: l3build.lua
local function fntbuild_require (frag)
require( fntbuild_frag_path .. "/fntbuild-" .. frag .. ".lua" )
require(kpse.lookup("fntbuild-" .. frag .. ".lua", { path = fntbuild_frag_path }))
end
fntbuild_require("ctan")
-------------------------------------------------
Expand Down

0 comments on commit 54cc904

Please sign in to comment.