Merge pull request #637 from sirocyl/patch-1

Makefile: Explicitly define the shell (bash) and its env.
This commit is contained in:
Simon Howard 2019-10-27 10:58:58 -04:00 committed by GitHub
commit 91a4eefed0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
SHELL=bash -Eeuxo pipefail
VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.12.1)
WADS=wads
ASCIIDOC=asciidoc