tools/tb2err: Trim trailing whitespace

This commit is contained in:
Kim Alvefur 2023-04-08 12:56:13 +02:00
parent bb26331c4b
commit 3d4d094026

View file

@ -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