diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2019-12-03 18:44:19 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2019-12-03 18:44:19 +0000 |
commit | 366f9979bb1e4688735b0f6e0ad1549f0253c5d0 (patch) | |
tree | 4c999007584a392d369fdbffcd191f9e839bd800 /stand/lua | |
parent | 0aff5f39345ae26707f54c9466444a092892b928 (diff) | |
download | src-test2-366f9979bb1e4688735b0f6e0ad1549f0253c5d0.tar.gz src-test2-366f9979bb1e4688735b0f6e0ad1549f0253c5d0.zip |
Notes
Diffstat (limited to 'stand/lua')
-rw-r--r-- | stand/lua/core.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/lua/core.lua b/stand/lua/core.lua index 2caff163bb02..5b8266c74510 100644 --- a/stand/lua/core.lua +++ b/stand/lua/core.lua @@ -70,7 +70,7 @@ end -- message on failure. function try_include(module) if module:sub(1, 1) ~= "/" then - local lua_path = loader.lua_paths + local lua_path = loader.lua_path -- XXX Temporary compat shim; this should be removed once the -- loader.lua_path export has sufficiently spread. if lua_path == nil then |