summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Norton2018-01-26 13:36:53 +0000
committerRobert Norton2018-01-26 13:36:53 +0000
commitb0e22dcfbf5db27f958e1b38dc37cd7c03f0aae2 (patch)
tree2a2b29c1f4235cf609f07dd1c4a3a6957bfa5a94
parente4d4c3ea427f0258847afe7f7c004c62724b5f9b (diff)
Shebang must be first line of file. Fixes RISCV test failing on jenkins due to non-bash default shell.
-rwxr-xr-xtest/riscv/run_tests.sh1
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