Skip to content

Commit 80aacc2

Browse files
committed
fix, choose Bash as shell in ./Makefile
1 parent 7e69a0f commit 80aacc2

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
-include .env
24
-include $(shell echo $(CURDIR)/$(dir $(firstword $(MAKEFILE_LIST))){.,dockerfile-commons}{/docker-funcs.mk,/recipes/*.mk})
35

0 commit comments

Comments
 (0)