We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a072b6 + 8b15193 commit ce05534Copy full SHA for ce05534
Makefile
@@ -26,7 +26,7 @@ RELEASE_DIR := $(CURDIR)/release
26
27
VERSION := ${shell cat ./VERSION}
28
29
-SHELL ?= $(shell command -v bash 2>/dev/null)
+SHELL := $(shell command -v bash 2>/dev/null)
30
31
all: $(RUNC_LINK)
32
go build -i -ldflags "-X main.gitCommit=${COMMIT} -X main.version=${VERSION}" -tags "$(BUILDTAGS)" -o runc .
0 commit comments