diff options
| author | Vincent Richard <[email protected]> | 2010-02-17 23:27:53 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2010-02-17 23:27:53 +0100 |
| commit | 9a94a5cac7902a55565ce63f925d44d618fa34a7 (patch) | |
| tree | 00b0b2a5ff1789a9e5cb3f472ebba03384be1033 /bootstrap | |
| parent | Fixed test for global constructor failing when cross building. (diff) | |
| download | vmime-9a94a5cac7902a55565ce63f925d44d618fa34a7.tar.gz vmime-9a94a5cac7902a55565ce63f925d44d618fa34a7.zip | |
Fixed shebang for systems that don't have /bin/bash.
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #! /bin/bash +#! /usr/bin/env bash # # Bootstrap file for 'autotools' build # |
