diff --git a/first/ackbuilder.lua b/first/ackbuilder.lua index c90d1d021..4b3e1bc6a 100644 --- a/first/ackbuilder.lua +++ b/first/ackbuilder.lua @@ -427,7 +427,7 @@ loadtarget = function(targetname) if targetname:find("[?*]") then files = posix.glob(targetname) if not files then - error(string.format("glob '%s' matches no files", targetname)) + files = {} end else files = {targetname}