From 6eb6cb650443f3c734bf47959b345497154aa56f Mon Sep 17 00:00:00 2001 From: Colin Sindle Date: Wed, 18 May 2016 13:00:52 +0200 Subject: [PATCH] Explicitly require Bash, since Bash extensions are used below, and FS reference platform's (Jessie) Make does *not* used Bash by default. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a86bbbc..99060c9 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ FS_MODULES=/opt/freeswitch/mod ################################ ### END OF CUSTOMIZATION ### +SHELL := /bin/bash PROC?=$(shell uname -m) CC=gcc