From: Felix Fietkau Date: Tue, 10 Oct 2006 18:39:58 +0000 (+0000) Subject: set shell to bash in master makefile X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2dee3ea97bd7cc9e30cf486629b0eb6714c477af;p=openwrt%2Fstaging%2Frmilecki.git set shell to bash in master makefile SVN-Revision: 5028 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index ed1e34db474..39ffb17fb5e 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -17,6 +17,7 @@ RELEASE:=Kamikaze all: world +SHELL:=/usr/bin/env bash export TOPDIR=${shell pwd} include $(TOPDIR)/include/verbose.mk