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.
1 parent 37f1747 commit 8b15193Copy full SHA for 8b15193
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