From 0f7f7f4d60a3ef4c5eecf3cb281056d5f6c4022c Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:45:33 -0500 Subject: [PATCH] remove duplicated line --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 ]]; \