Skip to content

Commit 59d9102

Browse files
author
Joep van Delft
committed
Set bash SHELL for all
This is a practical change for macstadium and GCE
1 parent a914b3a commit 59d9102

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

aws.mk

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
SHELL := bash
2-
31
TOP := $(shell git rev-parse --show-toplevel)
42

53
include $(TOP)/terraform-common.mk

packet.mk

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
SHELL := bash
2-
31
TOP := $(shell git rev-parse --show-toplevel)
42

53
include $(TOP)/terraform-common.mk

terraform-common.mk

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SHELL := bash
12
ENV_NAME := $(notdir $(shell cd $(PWD) && pwd))
23
ENV_SHORT ?= $(word 2,$(subst -, ,$(ENV_NAME)))
34
INFRA ?= $(word 1,$(subst -, ,$(ENV_NAME)))

0 commit comments

Comments
 (0)