Skip to content

Commit

Permalink
manifest: fix loading external lua file
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Dec 14, 2017
1 parent 1917b81 commit 519643c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l3build.lua
Expand Up @@ -2359,7 +2359,9 @@ bundleunpack = bundleunpack or function(sourcedirs, sources)
end
dofile("l3build-manifest.lua")
kpse.set_program_name("kpsewhich")
build_kpse_path = dirname(kpse.lookup("l3build.lua"))
require( kpse.lookup("l3build-manifest.lua", { path = build_kpse_path } ) )
function version()
Expand Down

0 comments on commit 519643c

Please sign in to comment.