From 0bea492267b69dca23b53d4d8856f14059391277 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Wed, 4 Jan 2017 23:10:08 +0000 Subject: [PATCH] Makefile: Need /bin/bash for bashisms --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 80af6909f..bd15f23a1 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,7 @@ ADDON_NAME=service.libreelec.settings ADDON_VERSION=0.8.7 DISTRONAME:=LibreELEC +SHELL=/bin/bash BUILDDIR=build DATADIR=/usr/share/kodi ADDONDIR=$(DATADIR)/addons