From 6cea4d34269d135b548ff5bf8fe5fe9ec780df63 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 19 May 2013 16:04:25 -0400 Subject: [PATCH] Commit template application now makes user of apply-template function --- processor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processor b/processor index ef507a0..d149a04 100755 --- a/processor +++ b/processor @@ -103,7 +103,7 @@ do-index() export path_root='../../' # invoke template - "$repotype"/commit2html "$commit" | "$path_tpl/commit" + "$repotype"/commit2html "$commit" | apply-template commit ) > "$path_out/$pagefile" \ && ./hashcache "$hash" "$pagefile" done @@ -115,5 +115,5 @@ do-index() } # let the template finish -export -f do-index +export -f do-index resolv-template apply-template exec-template exec-template index