[PATCH 1/4] Make configure use /bin/bash instead of /bin/sh

Subject: [PATCH 1/4] Make configure use /bin/bash instead of /bin/sh

Date: Mon, 9 Apr 2012 12:17:42 +0200

To: notmuch@notmuchmail.org

Cc: Vladimir Marek

From: Vladimir.Marek@oracle.com


From: Vladimir Marek <vlmarek@volny.cz>

Posix /bin/sh is not capable of running this configure and fails.

Signed-off-by: Vladimir Marek <vlmarek@volny.cz>
---
 configure |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure b/configure
index 71981b7..6870341 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 # Store original IFS value so it can be changed (and restored) in many places.
 readonly DEFAULT_IFS=$IFS
-- 
1.7.3.2


Thread: