Makefile: remove bash -x option, avoiding duplicating exec lines

master
Mike Swanson 2019-10-28 10:29:22 -07:00
parent 91a4eefed0
commit f961c3e72c
1 changed files with 1 additions and 1 deletions

View File

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