Skip to content

Commit 845f363

Browse files
authored
Merge pull request #580 from wilzbach/fix-shell
Fix Make's shell to Bash merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents b5873bc + 4b92b87 commit 845f363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ VERSIONS =
2727
DEBUG_VERSIONS = -version=dparse_verbose
2828
DMD_FLAGS = -w -inline -release -O -J. -od${OBJ_DIR} -version=StdLoggerDisableWarning
2929
DMD_TEST_FLAGS = -w -g -J. -version=StdLoggerDisableWarning
30+
SHELL:=/bin/bash
3031

3132
all: dmdbuild
3233
ldc: ldcbuild

0 commit comments

Comments
 (0)