build: Use bash

This commit is contained in:
Lucas Eriksson 2019-09-21 22:20:28 +02:00 committed by espes
parent 8e9fe7e054
commit 832b441427

View file

@ -6,6 +6,9 @@ BUILD_DIR=$(CURDIR)
# Before including a proper config-host.mak, assume we are in the source tree
SRC_PATH=.
# Use bash as sh if-statement evaluation is wonky
SHELL := /usr/bin/env bash
UNCHECKED_GOALS := %clean TAGS cscope ctags dist \
html info pdf txt \
help check-help print-% \