Set the Makefile shell to bash via the Makefile SHELL variable
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Jan 2008 16:35:51 +0000 (16:35 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 22 Jan 2008 16:35:51 +0000 (16:35 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1224 9efc2488-bf62-4759-914b-345cdb29e865

Makefile

index 867173e..39f8b8d 100644 (file)
--- 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