Fix Make's shell to Bash

This commit is contained in:
Sebastian Wilzbach 2018-03-31 01:39:19 +02:00
parent b5873bc261
commit 4b92b87c8c
1 changed files with 1 additions and 0 deletions

View File

@ -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