mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-26 06:25:52 -04:00
Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7
This commit is contained in:
commit
ac71317340
@ -37,7 +37,7 @@ for i = 1, #dirs do
|
||||
end
|
||||
table.sort(lsd)
|
||||
table.sort(lsf)
|
||||
setColor(0x99CCFF)
|
||||
setColor(0x66CCFF)
|
||||
for _, d in ipairs(lsd) do
|
||||
if options.a or d:sub(1, 1) ~= "." then
|
||||
io.write(d .. "\t")
|
||||
|
@ -14,7 +14,7 @@ local function findFile(name, ext)
|
||||
dir = shell.resolve(dir)
|
||||
end
|
||||
dir = fs.concat(fs.concat(dir, name), "..")
|
||||
name = fs.name(name)
|
||||
local name = fs.name(name)
|
||||
local list = fs.list(dir)
|
||||
if list then
|
||||
local files = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user