aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2010-02-17 22:27:53 +0000
committerVincent Richard <[email protected]>2010-02-17 22:27:53 +0000
commit9a94a5cac7902a55565ce63f925d44d618fa34a7 (patch)
tree00b0b2a5ff1789a9e5cb3f472ebba03384be1033
parentFixed test for global constructor failing when cross building. (diff)
downloadvmime-9a94a5cac7902a55565ce63f925d44d618fa34a7.tar.gz
vmime-9a94a5cac7902a55565ce63f925d44d618fa34a7.zip
Fixed shebang for systems that don't have /bin/bash.
-rwxr-xr-xbootstrap1
1 files changed, 1 insertions, 0 deletions
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
#