From af38453a5ac456d2299f987cb8871dd41af4c527 Mon Sep 17 00:00:00 2001 From: Mike Clark Date: Thu, 11 Mar 2021 13:38:08 +0800 Subject: [PATCH] use bash --- {{ cookiecutter.repo_name }}/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/{{ cookiecutter.repo_name }}/Makefile b/{{ cookiecutter.repo_name }}/Makefile index aee027d..d0c6f4f 100644 --- a/{{ cookiecutter.repo_name }}/Makefile +++ b/{{ cookiecutter.repo_name }}/Makefile @@ -4,6 +4,7 @@ # GLOBALS # ################################################################################# +SHELL := /bin/bash PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) BUCKET = {{ cookiecutter.s3_bucket }} PROFILE = {{ cookiecutter.aws_profile }}