Enabled pipefail (in Makefile)

This commit is contained in:
Stanley Shyiko
2017-09-19 00:58:33 -07:00
parent 3f5f4e3909
commit a4dbcf575e
+2 -1
View File
@@ -1,4 +1,5 @@
VERSION := $(shell git describe --tags)
SHELL := /bin/bash -o pipefail
VERSION := $(shell git describe --tags --abbrev=0)
fetch:
go get \