From 9a94a5cac7902a55565ce63f925d44d618fa34a7 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 17 Feb 2010 22:27:53 +0000 Subject: [PATCH] Fixed shebang for systems that don't have /bin/bash. --- bootstrap | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap b/bootstrap index 457eaa8e..01309cef 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,5 @@ #! /bin/bash +#! /usr/bin/env bash # # Bootstrap file for 'autotools' build #