Force use of Bash

"echo -n" doesn't work with /bin/sh on Darwin.
This commit is contained in:
Eelco Dolstra 2014-02-10 17:42:36 +01:00
parent 57386c9bae
commit 1f841c9d50
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /usr/bin/env bash
set -e