diff options
Diffstat (limited to 'scripts/context/lua/mtxrun.lua')
-rw-r--r-- | scripts/context/lua/mtxrun.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index c2c8f0581..e83f5215d 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -14134,7 +14134,7 @@ local function collect_files(names) if dname == "" or find(dname,"^%.") then dname = false else -dname = gsub(dname,"*","%.*") + dname = gsub(dname,"*","%.*") dname = "/" .. dname .. "$" end local hashes = instance.hashes |