Merge branch 'master' into fix-fileconfig
This commit is contained in:
commit
729523475d
@ -516,7 +516,8 @@
|
|||||||
local testpattern = function(pattern, pairing, i)
|
local testpattern = function(pattern, pairing, i)
|
||||||
local j = 1
|
local j = 1
|
||||||
while i <= #pairing and j <= #pattern do
|
while i <= #pairing and j <= #pattern do
|
||||||
if pairing[i] ~= pattern[j] then
|
local wd = path.wildcards(pattern[j])
|
||||||
|
if pairing[i]:match(wd) ~= pairing[i] then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
i = i + 1
|
i = i + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user