Skip to content

Commit f1ce5fa

Browse files
athasapaszke
authored andcommitted
'/usr/bin/env bash' works on systems without /bin/bash.
1 parent 762e11a commit f1ce5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Set shell to bash to resolve symbolic links when looking up
22
# executables, to support user-account installation of stack.
3-
SHELL=/bin/bash
3+
SHELL=/usr/bin/env bash
44

55
STACK=$(shell command -v stack 2>/dev/null)
66
ifeq (, $(STACK))

0 commit comments

Comments
 (0)