summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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.) \
)