Skip to content

Commit 63c7156

Browse files
authored
Switch SHELL in makefile to /usr/bin/env bash (#92)
1 parent 02c92cf commit 63c7156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FLOATING_POOL_NAME := floating-net
2222

2323
INFRA_TEST_FLAGS := --region='$(REGION)'
2424

25-
SHELL=/bin/bash -e -o pipefail
25+
SHELL=/usr/bin/env bash -o pipefail
2626

2727
#########################################
2828
# Tools #

0 commit comments

Comments
 (0)