We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762e11a commit f1ce5faCopy full SHA for f1ce5fa
makefile
@@ -1,6 +1,6 @@
1
# Set shell to bash to resolve symbolic links when looking up
2
# executables, to support user-account installation of stack.
3
-SHELL=/bin/bash
+SHELL=/usr/bin/env bash
4
5
STACK=$(shell command -v stack 2>/dev/null)
6
ifeq (, $(STACK))
0 commit comments