mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
Merge pull request #637 from sirocyl/patch-1
Makefile: Explicitly define the shell (bash) and its env.
This commit is contained in:
commit
91a4eefed0
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue