From 19d795c6aba513d01e7202f6dd5fbc08d1145326 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 17 Jan 2017 23:40:24 +0100 Subject: [PATCH] bootstrap.sh: this script needs bash --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index a87c64e..72e0216 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,4 @@ -#! /bin/sh +#! /usr/bin/env bash set -eu