Skip to content

Commit fc588c8

Browse files
committed
grep parameter macos compatible
1 parent 7947de2 commit fc588c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif
5656

5757
# Common commands
5858
GO=GOPATH=$(GOPATH) GOPRIVATE=$(CVSPATH) $(shell which go)
59-
GOVERSION=${shell go version | grep -Po '(go[0-9]+.[0-9]+)'}
59+
GOVERSION=${shell go version | grep -Eo '(go[0-9]+.[0-9]+)'}
6060
GOFMT=$(shell which gofmt)
6161
GOTEST=$(GO) test
6262
GODOC=GOPATH=$(GOPATH) $(shell which godoc)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.60
1+
1.0.61

0 commit comments

Comments
 (0)