Skip to content

Commit c86a025

Browse files
authored
Merge pull request #313 from phansys/makefile_shell
Set Bash explicitly as default shell in `Makefile`
2 parents 16eb8de + 94079fd commit c86a025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
SHELL := /bin/bash
2+
13
.PHONY: test test-report test-fix update-compatibility-patch
24

35
test: test-report test-fix

0 commit comments

Comments
 (0)