From a4dbcf575e55ea84d46557e4d0aab2914652ba8f Mon Sep 17 00:00:00 2001 From: Stanley Shyiko Date: Tue, 19 Sep 2017 00:58:33 -0700 Subject: [PATCH] Enabled pipefail (in Makefile) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40f72b4..9c66a15 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -VERSION := $(shell git describe --tags) +SHELL := /bin/bash -o pipefail +VERSION := $(shell git describe --tags --abbrev=0) fetch: go get \