summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/luals2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/luals b/tools/luals
index e55465733a..0da41d208b 100755
--- a/tools/luals
+++ b/tools/luals
@@ -2,7 +2,7 @@
function scripts (path)
local out = io.popen (
- string.format ("find '%s' -maxdepth 1 -type f -iname \"[^_]*.lua\" | grep -ve s_", path)
+ string.format ("find '%s' -maxdepth 1 -type f -iname \"[^_]*.lua\" | grep -ve /s_", path)
)
return function()
for file in out:lines() do