From c106a7ccaf646985806da21167470078ad9f2224 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 22 Jan 2008 16:35:51 +0000 Subject: [PATCH] Set the Makefile shell to bash via the Makefile SHELL variable git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1224 9efc2488-bf62-4759-914b-345cdb29e865 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 867173e..39f8b8d 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +SHELL=/bin/bash all: @echo -e "\n * Run 'make verbose' to see full make output\n" source install.conf && make -s -C src all -- 2.11.0