env cleanup

This commit is contained in:
kepler155c@gmail.com
2018-12-27 03:05:12 -05:00
parent 8cfeaad061
commit e3a8e4e790
5 changed files with 17 additions and 25 deletions

View File

@@ -7,7 +7,7 @@ local fs = _G.fs
local help = _G.help
local shell = _ENV.shell
local appPaths = Util.split(shell.path(), '(.-);')
local appPaths = Util.split(shell.path(), '(.-):')
local luaPaths = Util.split(_G.LUA_PATH, '(.-);')
local helpPaths = Util.split(help.path(), '(.-):')