diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ ifdef VERBOSE endif -HASHER := sha256sum +HASHER ?= sha256sum check_rootpw = $(if $(strip $(ROOTPW)),\ $(if $1,\ $(if $(shell echo "$(ROOTPW)" | $(HASHER) --check --quiet $1/base/rootpw.$(HASHER)),\ |