From 8434e5695389ee50940d70fe845e94a4849781b3 Mon Sep 17 00:00:00 2001 From: Manuel Messner Date: Tue, 13 Feb 2018 15:05:46 +0100 Subject: Makefile: fix faulty indention --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22cd4b8..e765328 100644 --- a/Makefile +++ b/Makefile @@ -74,8 +74,8 @@ HASHER := sha256sum check_rootpw = $(if $(strip $(ROOTPW)),\ $(if $1,\ $(if $(shell echo "$(ROOTPW)" | $(HASHER) --check --quiet $1/base/rootpw.$(HASHER)),\ - $(error ROOTPW password hash does not match $1/base/rootpw.$(HASHER)),\ - ),\ + $(error ROOTPW password hash does not match $1/base/rootpw.$(HASHER)),\ + ),\ ),\ $(error No root password is set, set it as ROOTPW in your environment.) \ ) -- cgit v1.2.3-55-g7522