From 1c40e8daae579d8dbaa970329aa6c8fb79b74877 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')