Skip to content

Commit

Permalink
Merge pull request #18837 from andyedwardsibm/main
Browse files Browse the repository at this point in the history
Makefile to force a shell when running command
  • Loading branch information
openshift-merge-robot authored Jun 10, 2023
2 parents 6db512d + 71cae31 commit 6856c77
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
Expand Up @@ -21,7 +21,7 @@
###

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

0 comments on commit 6856c77

Please sign in to comment.