1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-29 22:53:01 +00:00

move apis into rom/modules/main for shell compatibility

This commit is contained in:
kepler155c@gmail.com
2019-06-28 13:50:02 -04:00
parent c3d52c1aab
commit 343ce7fdc2
135 changed files with 297 additions and 289 deletions

View File

@@ -1,4 +1,4 @@
local Util = require('util')
local Util = require('opus.util')
local fs = _G.fs
local shell = _ENV.shell
@@ -43,7 +43,7 @@ end
shell.setPath(table.concat(path, ':'))
_G.LUA_PATH = config.lua_path
_G.settings.set('mbs.shell.require_path', config.lua_path)
--_G.LUA_PATH = config.lua_path
--_G.settings.set('mbs.shell.require_path', config.lua_path)
fs.loadTab('usr/config/fstab')