mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
jw-pckg: Fix duplicates in compile-templates again
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
469a4f3657
commit
62abfc4c35
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue