From d71d2ddace492f1b20716373879e5f931c87b78c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 3 Dec 2022 18:50:25 +0100 Subject: fix preludes in bash scripts --- test/integration/example/test.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/integration/example/test.sh') diff --git a/test/integration/example/test.sh b/test/integration/example/test.sh index e22cec1..9c8c053 100755 --- a/test/integration/example/test.sh +++ b/test/integration/example/test.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -o errexit -o nounset -o pipefail +shopt -s inherit_errexit lastpipe script_dir="$( dirname -- "${BASH_SOURCE[0]}" )" script_dir="$( cd -- "$script_dir" && pwd )" -- cgit v1.2.3