Skip to content

Commit

Permalink
Use #!/bin/sh instead of #!/bin/bash
Browse files Browse the repository at this point in the history
/bin/bash is absent in some systems (e.g. Alpine Linux used in Docker), /bin/sh is more portable
  • Loading branch information
vasdommes committed Sep 26, 2023
1 parent 9502e5c commit bada60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_all_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

if [[ $1 == "--help" ]]; then
echo "Pass custom mpirun command line as arguments to the testing script, e.g.:"
Expand Down

0 comments on commit bada60e

Please sign in to comment.