Fixed shebang for systems that don't have /bin/bash.

This commit is contained in:
Vincent Richard 2010-02-17 22:27:53 +00:00
parent e4cbcefad1
commit 9a94a5cac7

View File

@ -1,4 +1,5 @@
#! /bin/bash
#! /usr/bin/env bash
#
# Bootstrap file for 'autotools' build
#