From 6e8a62ff9f2166db66b5fa39dd0d0da28255c852 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 15 May 2008 13:08:33 +0100 Subject: [PATCH] blank line after including file --- .ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/Makefile b/.ssh/Makefile index 6de2f30..56a0aa4 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -5,16 +5,16 @@ all: known_hosts authorized_keys config known_hosts: $(wildcard known_hosts.d/*) touch $@ for f in $^; do \ - echo; \ echo "### from $$f:"; \ + echo; \ cat $$f; \ done > $@ authorized_keys: $(wildcard authorized_keys.d/*) touch $@ for f in $^; do \ - echo; \ echo "### from $$f:"; \ + echo; \ cat $$f; \ done > $@ -- 2.39.2