Skip to content

Commit

Permalink
gluon.mk: remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemoer committed Oct 18, 2017
1 parent b4377f7 commit 19f7608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/gluon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function check_domain(domain_name, domain)
end

local dir = os.getenv('IPKG_INSTROOT') .. '/lib/gluon/domains/'
local pfile = io.popen('find '..dir..' -iname \\*.json') -- TODO: not sure about the doublebackslash? why do we need it?
local pfile = io.popen('find '..dir..' -iname \\*.json')
for domain_path in pfile:lines() do
local domain_name = string.gmatch(domain_path, '([^/]+).json$$')()
local f = assert(io.open(domain_path))
Expand Down

0 comments on commit 19f7608

Please sign in to comment.