diff --git a/Makefile b/Makefile index 6191501..f15347a 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,6 @@ lorax_templates/post_%.tmpl: lorax_templates/scripts/post/% do \ if [[ $$line =~ ^\<\% ]]; \ then \ - echo $$line >> lorax_templates/post_$*.tmpl; \ echo >> lorax_templates/post_$*.tmpl; \ else \ if [[ $$header == 0 ]]; \