aboutsummaryrefslogtreecommitdiffstats
path: root/_.lua
diff options
context:
space:
mode:
Diffstat (limited to '_.lua')
-rwxr-xr-x_.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/_.lua b/_.lua
index a2607f5..03761d2 100755
--- a/_.lua
+++ b/_.lua
@@ -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