From: dbs Date: Tue, 22 Jan 2008 16:35:51 +0000 (+0000) Subject: Set the Makefile shell to bash via the Makefile SHELL variable X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c106a7ccaf646985806da21167470078ad9f2224;p=working%2FOpenSRF.git 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 --- 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