From 3ada5347ebdcdb5101417ea6a560f2a66cde8ef0 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Fri, 23 Jun 2023 20:59:28 -0700 Subject: [PATCH] Set shell in the Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index aedf2202..f5e14bed 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,9 @@ include $(TOP_DIR)/openram.mk .DEFAULT_GOAL := install +# Set the shell here +SHELL := /bin/bash + # Skywater PDK SRAM library SRAM_LIB_DIR ?= $(PDK_ROOT)/sky130_fd_bd_sram # Use this for release