From 2dee3ea97bd7cc9e30cf486629b0eb6714c477af Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 10 Oct 2006 18:39:58 +0000 Subject: [PATCH] set shell to bash in master makefile SVN-Revision: 5028 --- openwrt/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/Makefile b/openwrt/Makefile index ed1e34db47..39ffb17fb5 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