From 53c4a7f2ded451ae2f36d7a26ff123636cc41e9e Mon Sep 17 00:00:00 2001 From: PlusMinus0 Date: Sat, 17 Nov 2018 23:14:37 +0100 Subject: [PATCH] Set shebang to use bash instead of generic shell. --- build-n-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-n-test.sh b/build-n-test.sh index 96b40a2..f177150 100755 --- a/build-n-test.sh +++ b/build-n-test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e images=('alpine' 'debian')