From 99211ea515f36b5fb21f6e68738e1de451b514f9 Mon Sep 17 00:00:00 2001 From: Fabian Deutsch Date: Thu, 20 Sep 2018 15:34:24 +0200 Subject: [PATCH] build: Fix makefile Signed-off-by: Fabian Deutsch --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index db98d872..9ba6b776 100644 --- a/makefile +++ b/makefile @@ -29,7 +29,7 @@ functional-tests: $(TEST_FUNCTIONAL:%=%-start-wait-for-systemd-and-stop) common-templates.yaml: $(SOURCES) ( \ - echo -n "# Version " + echo -n "# Version " ; \ git describe --always --tags HEAD ; \ for F in $(SOURCES) ; \ do \