change default shell to use /usr/bin/env

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
This commit is contained in:
Ashley Davis 2022-06-01 12:32:41 +01:00
parent bbf2b58a5e
commit 8a5b2b4c62
No known key found for this signature in database
GPG Key ID: DD14CC017E32BEB1

View File

@ -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: