path fix + compat changes

This commit is contained in:
kepler155c@gmail.com
2019-07-20 16:23:48 -06:00
parent 09be81be27
commit 30b7199976
4 changed files with 6 additions and 7 deletions

View File

@@ -139,7 +139,7 @@ end
term.clear()
term.setCursorPos(1, 1)
if bootOptions[bootOption].args then
os.run({}, table.unpack(bootOptions[bootOption].args))
os.run(_ENV, table.unpack(bootOptions[bootOption].args))
else
print(bootOptions[bootOption].prompt)
end