We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13027e commit 353730fCopy full SHA for 353730f
Makefile
@@ -1,4 +1,4 @@
1
-SHELL = /bin/bash
+SHELL = /usr/bin/env bash -o nounset -o pipefail -o errexit -c
2
3
ifneq ("$(wildcard .env)","")
4
include .env
0 commit comments