mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 13:37:38 +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
|
local f
|
||||||
while read f; do
|
while read f; do
|
||||||
local base=`echo $f | sed "s/$ext_from_re$//"`
|
local base=`echo $f | sed "s/$ext_from_re$//"`
|
||||||
|
[ "$base" ] || continue
|
||||||
local to=$base$ext_to
|
local to=$base$ext_to
|
||||||
local table=""
|
local table=""
|
||||||
local ext
|
local ext
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue