K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-02-17T04:22:36.108448Z K 7 svn:log V 405 stand/lua: Correct some trivial errors in config An empty module_path to start with isn't ideal, but if all modules are contained within a kernel directory (which is what we just tested) then it isn't strictly an error. Don't assume that module_path has a value already. When we fail to load the kernel, printing the result (which is guaranteed to be nil) is not intended; print the name of the kernel. END