Enable bash as the Makefile uses extended bash syntax.

This commit is contained in:
Torsten Paul 2023-07-02 19:02:50 +02:00
commit e4bd5ef73e

View file

@ -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