Browse Source

Explicitly require Bash, since Bash extensions are used below, and FS reference platform's (Jessie) Make does *not* used Bash by default.

pull/10/head
Colin Sindle 10 years ago
parent
commit
6eb6cb6504
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@ -5,6 +5,7 @@ FS_MODULES=/opt/freeswitch/mod
################################
### END OF CUSTOMIZATION ###
SHELL := /bin/bash
PROC?=$(shell uname -m)
CC=gcc


Loading…
Cancel
Save