Skip to content

Commit 5998d19

Browse files
authored
Merge pull request #2181 from wilzbach/bash
Use /bin/bash as SHELL for dlang.org to have more consistent behavior across platforms and distros merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2 parents 2481d95 + 289232e commit 5998d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

posix.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
# See also: https://dlang.org/blog/2017/03/08/editable-and-runnable-doc-examples-on-dlang-org
129129
PWD=$(shell pwd)
130130
MAKEFILE=$(firstword $(MAKEFILE_LIST))
131+
SHELL:=/bin/bash
131132

132133
# Latest released version
133134
ifeq (,${LATEST})

0 commit comments

Comments
 (0)