jw-pckg: Fix duplicates in compile-templates again

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2023-03-21 16:26:30 +00:00
commit 62abfc4c35

View file

@ -294,6 +294,7 @@ cmd_compile_templates()
local f
while read f; do
local base=`echo $f | sed "s/$ext_from_re$//"`
[ "$base" ] || continue
local to=$base$ext_to
local table=""
local ext