Skip to content

Commit

Permalink
set shell
Browse files Browse the repository at this point in the history
  • Loading branch information
criemen committed Oct 21, 2024
1 parent 4db2c68 commit 9d1a1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
SHELL := /bin/bash
gen:
bash -c "bazel version"
bash -c "type -a bazel"
/bin/sh -c "bazel version"
bazel version
bash -c 'echo "$$PATH"'
pwd

0 comments on commit 9d1a1d4

Please sign in to comment.