Commit cb261344 authored by Lucas Russo's avatar Lucas Russo

compile.sh: change bash shebang to /usr/bin/env bash

This is more robust as #!/usr/bin/env searches the
PATH env variable for bash.
parent fb390b26
#!/bin/bash
#!/usr/bin/env bash
VALID_BOARDS_STR="Valid values are: \"ml605\" and \"afcv3\"."
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment