mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-21 20:11:05 -05:00
always set shell to bash on OSX
This commit is contained in:
parent
742742f275
commit
5305d2e77e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user