1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 04:33:57 +02:00

set shell to bash in master makefile

SVN-Revision: 5028
This commit is contained in:
Felix Fietkau 2006-10-10 18:39:58 +00:00
parent b43be2f727
commit 2dee3ea97b

View File

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