From: Felix Fietkau Date: Tue, 10 Oct 2006 18:39:58 +0000 (+0000) Subject: set shell to bash in master makefile X-Git-Tag: reboot~30718^2~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2dee3ea97bd7cc9e30cf486629b0eb6714c477af;p=oweals%2Fopenwrt.git set shell to bash in master makefile SVN-Revision: 5028 --- 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