[Opensrf-commits] r1224 - trunk

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 22 12:02:19 EST 2008


Author: dbs
Date: 2008-01-22 11:35:51 -0500 (Tue, 22 Jan 2008)
New Revision: 1224

Modified:
   trunk/Makefile
Log:
Set the Makefile shell to bash via the Makefile SHELL variable


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-01-20 00:00:15 UTC (rev 1223)
+++ trunk/Makefile	2008-01-22 16:35:51 UTC (rev 1224)
@@ -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



More information about the opensrf-commits mailing list