Skip to content

Commit c870c5e

Browse files
committed
workaround.
1 parent 9d1a1d4 commit c870c5e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

go/Makefile

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
SHELL := /bin/bash
1+
BAZEL := $(shell bash -c "which bazel")
2+
23
gen:
3-
bash -c "bazel version"
4-
/bin/sh -c "bazel version"
5-
bazel version
6-
bash -c 'echo "$$PATH"'
7-
pwd
4+
$(BAZEL) version

0 commit comments

Comments
 (0)