Skip to content

Commit

Permalink
Remove -e option from grep, make the command more portable
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Aug 19, 2020
1 parent b836871 commit b556709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GO_VERSION=$(shell grep -e "^go " go.mod | cut -f 2 -d ' ')
GO_VERSION=$(shell grep "^go " go.mod | cut -f 2 -d ' ')
NODE_VERSION=$(shell cat .nvmrc)

GIT_SHA=$(shell git rev-parse --short HEAD)
Expand Down

0 comments on commit b556709

Please sign in to comment.