From: Peter Amstutz Date: Mon, 16 May 2022 20:11:28 +0000 (-0400) Subject: Bash syntax in arvados-tests.sh requires bash, fixed. X-Git-Tag: 2.5.0~172 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/7ce1178d95fa5feeb0efef46332e62abd54d7c28 Bash syntax in arvados-tests.sh requires bash, fixed. refs #19109 Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/tests/arvados-tests.sh b/sdk/cwl/tests/arvados-tests.sh index 91b57efb26..16b075bb80 100755 --- a/sdk/cwl/tests/arvados-tests.sh +++ b/sdk/cwl/tests/arvados-tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0