From 262a8f5851c67e1f4603541b2854741b3c5be70e Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 22 May 2008 10:14:17 +0200 Subject: [PATCH 1/1] fix spacing in generated files --- .ssh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/Makefile b/.ssh/Makefile index 56a0aa4..8010373 100644 --- a/.ssh/Makefile +++ b/.ssh/Makefile @@ -6,16 +6,16 @@ known_hosts: $(wildcard known_hosts.d/*) touch $@ for f in $^; do \ echo "### from $$f:"; \ - echo; \ cat $$f; \ + echo; \ done > $@ authorized_keys: $(wildcard authorized_keys.d/*) touch $@ for f in $^; do \ echo "### from $$f:"; \ - echo; \ cat $$f; \ + echo; \ done > $@ SSH_VERSION = $(shell ssh -V 2>&1) -- 2.39.2