From 7593f1f334bb47de578b50e13917c109fa3349df Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 13 Jan 2023 07:32:30 +1100 Subject: [PATCH] Use set -ex Use the more typical form to enable bash features. Refactor only, no logic changes. --- hashes/contrib/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hashes/contrib/test.sh b/hashes/contrib/test.sh index bdd3462f..b5a2a8b0 100755 --- a/hashes/contrib/test.sh +++ b/hashes/contrib/test.sh @@ -1,4 +1,6 @@ -#!/bin/sh -ex +#!/bin/sh + +set -ex FEATURES="serde serde-std std core2"