Skip to content

Commit

Permalink
Merge pull request #456 from go-graphite/make/shell-flag-revert
Browse files Browse the repository at this point in the history
Makefile: revert .SHELLFLAGS changes
  • Loading branch information
deniszh committed Mar 18, 2022
2 parents 5683a8b + 7e88962 commit d83d40b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ MODULE:=github.com/go-graphite/go-carbon

SHELL := bash
.ONESHELL:
.SHELLFLAGS := -eu -o pipefail -c

GO ?= go
export GOFLAGS += -mod=vendor
Expand Down

0 comments on commit d83d40b

Please sign in to comment.