From f5b0474aa2c901dab240dc84a8f35d4d16533b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Tue, 10 Sep 2019 02:50:09 +0200 Subject: [PATCH] Makefile: define SHELL for when submodules haven't been fetched yet [skip ci] --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 98b2b570e..3161b2425 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,8 @@ # at your option. This file may not be copied, modified, or distributed except # according to those terms. +SHELL := bash # the shell used internally by "make" + # used inside the included makefiles BUILD_SYSTEM_DIR := vendor/nimbus-build-system