From 4ad30a7e8ba8de6002c23a2bf0fce4bfd8549e3c Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 17 Apr 2019 22:24:07 -0400 Subject: [PATCH] Removed white space. --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 1018bb7..3bb4236 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,4 @@ SRC_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) - cmd_exist = $(shell (command -v $(1) 1>&2 >/dev/null && echo true || echo false) ) install: | init update