fix: use Bash in the makefile

This commit is contained in:
Emmanuel BENOîT 2024-07-19 17:52:26 +02:00
parent c0cbb5d6c3
commit 11f29bba5e
Signed by: Emmanuel BENOîT
SSH key fingerprint: SHA256:l7PFUUF5TCDsvYeQC9OnTNz08dFY7Fvf4Hv3neIqYpg

View file

@ -24,6 +24,9 @@ endif
LDFLAGS += -X nocternity.net/gomonop/pkg/version.commit=${GIT_COMMIT} LDFLAGS += -X nocternity.net/gomonop/pkg/version.commit=${GIT_COMMIT}
LDFLAGS += -X nocternity.net/gomonop/pkg/version.status=${GIT_STATUS} LDFLAGS += -X nocternity.net/gomonop/pkg/version.status=${GIT_STATUS}
# Use bash as the shell, mostly for -o pipefail
SHELL = /usr/bin/env bash
.PHONY: all .PHONY: all
all: build all: build