From 3c5c150edf5852023f44026f3b0c77535c53a193 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 31 Oct 2024 16:27:08 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cebeb0..d74f4d5 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ FORCE: config.global: config.global.example @ [ ! -e "$@" ] \ - && cat "$<" > "$@" \ + && cp "$<" "$@" \ && $(EDITOR) "$@" \ || true @@ -142,5 +142,6 @@ clean-all: clean + #---------------------------------------------------------------------- # vim:set ts=4 sw=4 nowrap :