set shell to bash in master makefile
SVN-Revision: 5028
This commit is contained in:
parent
b43be2f727
commit
2dee3ea97b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ RELEASE:=Kamikaze
|
|||
|
||||
all: world
|
||||
|
||||
SHELL:=/usr/bin/env bash
|
||||
export TOPDIR=${shell pwd}
|
||||
include $(TOPDIR)/include/verbose.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue