change default shell to use /usr/bin/env
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
parent
bbf2b58a5e
commit
8a5b2b4c62
2
Makefile
2
Makefile
@ -15,7 +15,7 @@
|
||||
# For details on some of these "prelude" settings, see:
|
||||
# https://clarkgrubb.com/makefile-style-guide
|
||||
MAKEFLAGS += --warn-undefined-variables --no-builtin-rules
|
||||
SHELL := /bin/bash
|
||||
SHELL := /usr/bin/env bash
|
||||
.SHELLFLAGS := -uo pipefail -c
|
||||
.DEFAULT_GOAL := help
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user