ackbuilder rules files now require absolute paths in external variables

(otherwise commands which change directory don't work).
This commit is contained in:
David Given
2016-07-18 23:16:27 +02:00
parent 523374c36b
commit 2d2497c318
4 changed files with 13 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ normalrule {
}
}
local str_files = basename(posix.glob("lang/cem/cemcom.ansi/*.str"))
local str_files = basename(posix.glob(cwd().."/*.str"))
local str_targets = {}
for _, f in ipairs(str_files) do