Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
fix LUA_PBCPATH (for batteries)
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 20, 2009
1 parent 256ef88 commit 26be3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lib/luapackage.pir
Expand Up @@ -65,7 +65,7 @@ LIST
_loaders[$P2] = loader_PBCroot

setpath(_package, 'path', 'LUA_PATH', './?.lua')
setpath(_package, 'pbcpath', 'LUA_PBCPATH', '../languages/lua/library/?.pbc;library/?.pbc;./?.pbc;./?.pir')
setpath(_package, 'pbcpath', 'LUA_PBCPATH', 'lua/library/?.pbc;library/?.pbc;./?.pbc;./?.pir')

.local pmc _lua__REGISTRY
_lua__REGISTRY = get_hll_global '_REGISTRY'
Expand Down

0 comments on commit 26be3f8

Please sign in to comment.