From 40a70cf67835e23625f4743650278ff9357ac3de Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 10 Oct 2006 18:39:58 +0000 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ed1e34db4..39ffb17fb 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 -- 2.35.1