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 a59bfeb commit f98ffffCopy full SHA for f98ffff
Makefile
@@ -68,7 +68,7 @@ endif
68
69
EXTRA_GOFLAGS ?=
70
71
-MAKE_VERSION := $(shell "$(MAKE)" -v | head -n 1)
+MAKE_VERSION := $(shell "$(MAKE)" -v | cat | head -n 1)
72
MAKE_EVIDENCE_DIR := .make_evidence
73
74
ifeq ($(RACE_ENABLED),true)
0 commit comments