From 4b92b87c8cb02bc5ceb01bf0ebed129090ec3091 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 31 Mar 2018 01:39:19 +0200 Subject: [PATCH] Fix Make's shell to Bash --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 814e892..0b5a302 100644 --- a/makefile +++ b/makefile @@ -27,6 +27,7 @@ VERSIONS = DEBUG_VERSIONS = -version=dparse_verbose DMD_FLAGS = -w -inline -release -O -J. -od${OBJ_DIR} -version=StdLoggerDisableWarning DMD_TEST_FLAGS = -w -g -J. -version=StdLoggerDisableWarning +SHELL:=/bin/bash all: dmdbuild ldc: ldcbuild