We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1a1d4 commit c870c5eCopy full SHA for c870c5e
go/Makefile
@@ -1,7 +1,4 @@
1
-SHELL := /bin/bash
+BAZEL := $(shell bash -c "which bazel")
2
+
3
gen:
- bash -c "bazel version"
4
- /bin/sh -c "bazel version"
5
- bazel version
6
- bash -c 'echo "$$PATH"'
7
- pwd
+ $(BAZEL) version
0 commit comments