From: nbd Date: Tue, 10 Oct 2006 18:39:58 +0000 (+0000) Subject: set shell to bash in master makefile X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=40a70cf67835e23625f4743650278ff9357ac3de;ds=sidebyside 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