set shell to bash in master makefile

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@5028 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2006-10-10 18:39:58 +00:00
parent 1eca9ee1b7
commit 9e1b3762d5
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RELEASE:=Kamikaze
all: world
SHELL:=/usr/bin/env bash
export TOPDIR=${shell pwd}
include $(TOPDIR)/include/verbose.mk