diff options
Diffstat (limited to 'tools/tb2err')
-rwxr-xr-x | tools/tb2err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tb2err b/tools/tb2err index 63664cd3..76c847dc 100755 --- a/tools/tb2err +++ b/tools/tb2err @@ -13,7 +13,7 @@ for line in io.lines() do or src:match("/()modules/") or src:match("/()prosody%-modules/") or src:match("/()plugins/") - or src:match("/()prosody[ctl]*$") + or src:match("/()prosody[ctl]*$") if cut then src = src:sub(cut); end |