From 77c53e11adfb1e5124e363d68518527c4fcfdf1a Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Mon, 28 Oct 2019 18:54:00 -0700 Subject: [PATCH] Makefile: remove SHELL variable This was added in 2019-10-27T03:24:50Z!noreply@github.com to fix a bug the former wad-image targets created when run on non-bash shell. Its author now recommends to remove it with the removal of wad-image. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 2f2de297..8e6fc3df 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ # SPDX-License-Identifier: BSD-3-Clause -SHELL=bash -Eeuo pipefail VERSION=$(shell git describe --abbrev=8 --dirty 2>/dev/null || echo v0.12.1) WADS=wads ASCIIDOC=asciidoc