From a9484a000a15dc6ff33a3fea545d162e73bd2b78 Mon Sep 17 00:00:00 2001 From: "Deryl R. Doucette" Date: Mon, 19 Sep 2011 11:52:46 -0400 Subject: [PATCH] Fixed install to be like the rest and use 'env bash' to find bash. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4a7b536038..df47338ce4 100755 --- a/scripts/install +++ b/scripts/install @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash PS4="+ \${BASH_SOURCE##\${rvm_path:-}} : \${FUNCNAME[0]:+\${FUNCNAME[0]}()} \${LINENO} > " set -o errtrace