[ARVADOS] updated: 2.1.0-2491-g7ce1178d9
Git user
git at public.arvados.org
Mon May 16 20:12:16 UTC 2022
Summary of changes:
sdk/cwl/tests/arvados-tests.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 7ce1178d95fa5feeb0efef46332e62abd54d7c28 (commit)
from aa03bc3e2a1122e02bb305bda7fadb96c68706b1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7ce1178d95fa5feeb0efef46332e62abd54d7c28
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon May 16 16:11:28 2022 -0400
Bash syntax in arvados-tests.sh requires bash, fixed.
refs #19109
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/tests/arvados-tests.sh b/sdk/cwl/tests/arvados-tests.sh
index 91b57efb2..16b075bb8 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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list