aboutsummaryrefslogtreecommitdiff
path: root/template.sh
diff options
context:
space:
mode:
Diffstat (limited to 'template.sh')
-rwxr-xr-xtemplate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/template.sh b/template.sh
index bc63b943..a33cefe8 100755
--- a/template.sh
+++ b/template.sh
@@ -4,6 +4,6 @@ for f in $(git ls-files *.j2); do
4 for ld in locale/*/; do 4 for ld in locale/*/; do
5 l=$(basename $ld) 5 l=$(basename $ld)
6 echo "$f: $l" 6 echo "$f: $l"
7 python template.py $f $l $(dirname $f)/$(basename $f .html.j2).$l.html 7 python template.py $f $l
8 done 8 done
9done 9done