stand/lua: Correct test sense, this should have been 'not nil'
This commit is contained in:
parent
7104917375
commit
4d290ffb2d
@ -305,7 +305,7 @@ function config.loadkernel()
|
||||
|
||||
-- succeeded add path to module_path
|
||||
if res ~= nil then
|
||||
if module_path == nil then
|
||||
if module_path ~= nil then
|
||||
loader.setenv("module_path", v..";"..
|
||||
module_path);
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user