From 919c4a07a26517e0354fc3343ee7d52891dda105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 5 Oct 2017 13:25:33 +0000 Subject: [PATCH] Update base.mk --- base.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.mk b/base.mk index a4d94d7..4371ebe 100644 --- a/base.mk +++ b/base.mk @@ -3,7 +3,7 @@ NAME ?= $(shell basename $(CURDIR)) VERSION ?= $(shell git describe --tags --dirty 2>/dev/null) ifeq ($(VERSION),) - VERSION:="unknown" + VERSION:=unknown endif # Get the location of this makefile.