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://207.154.207.93/?a=commitdiff_plain;h=9e1b3762d55a55fbc715217a07a5121460f21471;p=15.05%2Fopenwrt.git 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 --- diff --git a/Makefile b/Makefile index ed1e34db47..39ffb17fb5 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ RELEASE:=Kamikaze all: world +SHELL:=/usr/bin/env bash export TOPDIR=${shell pwd} include $(TOPDIR)/include/verbose.mk