From f8973aa1c2d67369585cc96374c8eaadc0f7465a Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 23 Nov 2020 22:53:11 -0500 Subject: [PATCH] use /bin/bash for reg-test/run (Linux compatibility check) --- go/reg-test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/reg-test/run b/go/reg-test/run index 938d5b2f8..b46b76983 100755 --- a/go/reg-test/run +++ b/go/reg-test/run @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -uo pipefail