Skip to content

Commit

Permalink
workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed Oct 22, 2024
1 parent 9d1a1d4 commit c870c5e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions go/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
SHELL := /bin/bash
BAZEL := $(shell bash -c "which bazel")

gen:
bash -c "bazel version"
/bin/sh -c "bazel version"
bazel version
bash -c 'echo "$$PATH"'
pwd
$(BAZEL) version

0 comments on commit c870c5e

Please sign in to comment.