1
0
mirror of https://github.com/kepler155c/opus synced 2025-12-18 06:08:06 +00:00

transition to kernel

This commit is contained in:
kepler155c@gmail.com
2018-01-21 17:22:59 -05:00
parent e6ed08315e
commit 8451c94abe
7 changed files with 48 additions and 196 deletions

View File

@@ -252,7 +252,7 @@ local function init(...)
local files = fs.list(dir)
table.sort(files)
for _,file in ipairs(files) do
local level, name = file:match('(%d).(%S+).lua')
local level = file:match('(%d).%S+.lua')
if tonumber(level) <= runLevel then
local s, m = shell.run(fs.combine(dir, file))
if not s then