This commit is contained in:
Steven Barth 2008-09-09 16:20:56 +00:00
parent cd1db0eda2
commit abad8af0e7

View file

@ -668,7 +668,7 @@ function UVL._read_dependency( self, values, deps )
for _, value in ipairs(values) do
local condition = { }
for val in value:gmatch("[^%s,]+") do
local k, v = val:match("([^%s]+)%s*=%s*([^%s]*)")
local k, v = val:match("([^%s]+)%s*=*%s*([^%s]*)")
if k and (
k:match("^"..expr.."%."..expr.."%."..expr.."$") or