Enable bash as the Makefile uses extended bash syntax.
This commit is contained in:
parent
04e770c417
commit
e4bd5ef73e
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -4,6 +4,8 @@ SINGLE_BRANCH_MAIN=--branch main --single-branch
|
|||
SINGLE_BRANCH=--branch master --single-branch
|
||||
SHALLOW=--depth 1
|
||||
|
||||
SHELL:=/bin/bash
|
||||
|
||||
all: public
|
||||
|
||||
.PHONY: public
|
||||
|
|
|
|||
Loading…
Reference in a new issue