always set shell to bash on OSX

This commit is contained in:
Dave Murphy 2015-01-01 22:09:08 +00:00
parent 742742f275
commit 5305d2e77e

View File

@ -1,13 +1,11 @@
#---------------------------------------------------------------------------------
# change shell on Snow Leopard
# make sure we have bash on OSX
#---------------------------------------------------------------------------------
UNAME_S := $(shell uname -s)
UNAME_R := $(shell uname -r)
ifneq (,$(findstring Darwin,$(UNAME_S)))
ifneq (,$(findstring 10.8.0,$(UNAME_R)))
export SHELL=/bin/bash
endif
export SHELL=/bin/bash
endif
#---------------------------------------------------------------------------------
# path to tools