From: dbs Date: Tue, 22 Jan 2008 16:34:56 +0000 (+0000) Subject: Use the SHELL Makefile variable to set bash, rather than hash-bang X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a0eddbc5840352106284266fd0c7530cc28aac63;p=Evergreen.git Use the SHELL Makefile variable to set bash, rather than hash-bang git-svn-id: svn://svn.open-ils.org/ILS/trunk@8457 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Makefile b/Makefile index 57c2c848d3..a193e39373 100644 --- a/Makefile +++ b/Makefile @@ -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