[open-ils-commits] r8457 - trunk

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 22 12:01:24 EST 2008


Author: dbs
Date: 2008-01-22 11:34:56 -0500 (Tue, 22 Jan 2008)
New Revision: 8457

Modified:
   trunk/Makefile
Log:
Use the SHELL Makefile variable to set bash, rather than hash-bang


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2008-01-22 16:25:28 UTC (rev 8456)
+++ trunk/Makefile	2008-01-22 16:34:56 UTC (rev 8457)
@@ -1,4 +1,3 @@
-#!/bin/bash
 # vim:noet:ts=4
 # --------------------------------------------------------------------
 # Copyright (C) 2005  Georgia Public Library Service 
@@ -15,6 +14,8 @@
 # GNU General Public License for more details.
 # --------------------------------------------------------------------
 
+SHELL=/bin/bash
+
 all: build
 
 verbose:	oldconfig



More information about the open-ils-commits mailing list