Skip to content

Commit 51d2b6d

Browse files
committed
Modify shebang to bash
This file has bash-specific syntax and having sh by default errors out
1 parent b1305b8 commit 51d2b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_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
# Unless explicitly stated otherwise all files in this repository are licensed
44
# under the Apache License Version 2.0.

0 commit comments

Comments
 (0)