From a890758ed80c9657fdc5d0235edc64ba5ec1bd7b Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 13 Mar 2016 23:35:32 +0700 Subject: [PATCH] Set SHELL to /bin/bash, as bash-specific syntax is used. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 866232e..acf040f 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ VENDOR_SDK = 1.5.2 TOP = $(PWD) +SHELL = /bin/bash PATCH = patch -b -N UNZIP = unzip -q -o VENDOR_SDK_ZIP = $(VENDOR_SDK_ZIP_$(VENDOR_SDK))