From efcecd1fe4c7286e412e08029e7cc3403376b0d4 Mon Sep 17 00:00:00 2001 From: David Sheldrick Date: Mon, 26 Jun 2023 08:58:22 +0100 Subject: [PATCH] force usage of bash --- integration-tests/append-patches/append-patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/append-patches/append-patches.sh b/integration-tests/append-patches/append-patches.sh index 356eabd4..31f92b53 100755 --- a/integration-tests/append-patches/append-patches.sh +++ b/integration-tests/append-patches/append-patches.sh @@ -1,3 +1,4 @@ +#!/bin/bash # make sure errors stop the script set -e