diff options
Diffstat (limited to '_.lua')
-rwxr-xr-x | _.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -65,8 +65,7 @@ _.parse = function(args, options, confFile) | |||
65 | h:close() | 65 | h:close() |
66 | local ar = dofile(p) | 66 | local ar = dofile(p) |
67 | for k, w in pairs(ar) do | 67 | for k, w in pairs(ar) do |
68 | doIt(k, w, k .. '=' .. tostring(w), args, i) | 68 | if nil == doIt(k, w, k .. '=' .. tostring(w), args, i) then W('config variable not found ' .. k .. ' = ' .. tostring(w)) end |
69 | if nil == o then W('config variable not found ' .. k .. ' = ' .. tostring(w)) end | ||
70 | end | 69 | end |
71 | end | 70 | end |
72 | end | 71 | end |