diff options
| author | Robert Norton | 2018-01-26 13:36:53 +0000 |
|---|---|---|
| committer | Robert Norton | 2018-01-26 13:36:53 +0000 |
| commit | b0e22dcfbf5db27f958e1b38dc37cd7c03f0aae2 (patch) | |
| tree | 2a2b29c1f4235cf609f07dd1c4a3a6957bfa5a94 | |
| parent | e4d4c3ea427f0258847afe7f7c004c62724b5f9b (diff) | |
Shebang must be first line of file. Fixes RISCV test failing on jenkins due to non-bash default shell.
| -rwxr-xr-x | test/riscv/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/riscv/run_tests.sh b/test/riscv/run_tests.sh index 9f1aa007..32f6f091 100755 --- a/test/riscv/run_tests.sh +++ b/test/riscv/run_tests.sh @@ -1,4 +1,3 @@ - #!/usr/bin/env bash set -e |
