Skip to content

Commit d0ad73b

Browse files
Use /bin/bash to fix ./build_run_docker_tests.sh: 13: Syntax error: "(" unexpected
1 parent 3644f36 commit d0ad73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_run_docker_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh
1+
#! /bin/bash
22

33
# Run 'consensus-specs' tests from a docker container instance.
44
# *Be sure to launch Docker before running this script.*

0 commit comments

Comments
 (0)