Skip to content

Commit 353730f

Browse files
committed
feat: Changing default shell for makefile
Signed-off-by: Vincent Boutour <[email protected]>
1 parent f13027e commit 353730f

File tree

2 files changed

+1
-151
lines changed

2 files changed

+1
-151
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SHELL = /bin/bash
1+
SHELL = /usr/bin/env bash -o nounset -o pipefail -o errexit -c
22

33
ifneq ("$(wildcard .env)","")
44
include .env

0 commit comments

Comments
 (0)