From abd4a50386a79a913245bd905a136919e07f73ea Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Fri, 13 Nov 2015 19:31:21 -0600 Subject: [PATCH] unquote ldflags command in build flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3860e6fa..85de09d8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ifeq "$(CIRCLECI)" "true" BUILDINFO= else - BUILDINFO="-ldflags -X main.stratuxVersion=`git describe --tags --abbrev=0` -X main.stratuxBuild=`git log -n 1 --pretty=%H`" + BUILDINFO=-ldflags "-X main.stratuxVersion=`git describe --tags --abbrev=0` -X main.stratuxBuild=`git log -n 1 --pretty=%H`" endif all: