diff options
author | Manuel Messner | 2018-02-13 15:10:48 +0100 |
---|---|---|
committer | Manuel Messner | 2018-02-13 15:22:52 +0100 |
commit | 076286cf4f74c91a6a6acf8a080be87552c2dca9 (patch) | |
tree | dee7c8f23631fab1c32e5412aeb0929be1bff665 | |
parent | Makefile: fix faulty indention (diff) | |
download | packer-templates-076286cf4f74c91a6a6acf8a080be87552c2dca9.tar.gz packer-templates-076286cf4f74c91a6a6acf8a080be87552c2dca9.tar.xz packer-templates-076286cf4f74c91a6a6acf8a080be87552c2dca9.zip |
Makefile: add missing empty line
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ ifdef VERBOSE $(info ) endif + HASHER := sha256sum check_rootpw = $(if $(strip $(ROOTPW)),\ $(if $1,\ |