Skip to content

Commit 6856c77

Browse files
Merge pull request #18837 from andyedwardsibm/main
Makefile to force a shell when running command
2 parents 6db512d + 71cae31 commit 6856c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
###
2222

2323
# Default shell `/bin/sh` has different meanings depending on the platform.
24-
SHELL := $(shell command -v bash)
24+
SHELL := $(shell command -v bash;)
2525
GO ?= go
2626
GO_LDFLAGS:= $(shell if $(GO) version|grep -q gccgo ; then echo "-gccgoflags"; else echo "-ldflags"; fi)
2727
GOCMD = CGO_ENABLED=$(CGO_ENABLED) GOOS=$(GOOS) GOARCH=$(GOARCH) $(GO)

0 commit comments

Comments
 (0)