From a0eddbc5840352106284266fd0c7530cc28aac63 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 22 Jan 2008 16:34:56 +0000 Subject: [PATCH] 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 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.2