Skip to content

Commit

Permalink
Set Bash explicitly as default shell in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Apr 22, 2023
1 parent 4bcfa9d commit 94079fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
SHELL := /bin/bash

.PHONY: test test-report test-fix update-compatibility-patch

test: test-report test-fix
Expand Down

0 comments on commit 94079fd

Please sign in to comment.