Skip to content

Commit 3354ee2

Browse files
committed
add proper shell env to makefile
Signed-off-by: Aabid Sofi <[email protected]>
1 parent ebe95ed commit 3354ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build/Makefile.core.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GOVERSION = 1.23.4
2222
GOPATH = $(shell go env GOPATH)
2323
GOBIN = $(GOPATH)/bin
2424

25-
SHELL :=/bin/bash -o pipefail
25+
SHELL :=/usr/bin/env bash -o pipefail
2626

2727
#-----------------------------------------------------------------------------
2828
# Build

0 commit comments

Comments
 (0)