Commit 14b0792b authored by Alyx's avatar Alyx Committed by Miek Gieben

Update shebangs for environmentally finding Bash -- Compatibility update to...

Update shebangs for environmentally finding Bash -- Compatibility update to provide support for platforms that do not ship Bash in their /bin (#2841)
parent 543327ae
#!/bin/bash #!/usr/bin/env bash
echo "** presubmit/$(basename $0)" echo "** presubmit/$(basename $0)"
......
#!/bin/bash #!/usr/bin/env bash
echo "** presubmit/$(basename $0)" echo "** presubmit/$(basename $0)"
......
#!/bin/bash #!/usr/bin/env bash
echo "** presubmit/$(basename $0)" echo "** presubmit/$(basename $0)"
......
#!/bin/bash #!/usr/bin/env bash
echo "** presubmit/$(basename $0)" echo "** presubmit/$(basename $0)"
......
#!/bin/bash #!/usr/bin/env bash
echo "** presubmit/$(basename $0)" echo "** presubmit/$(basename $0)"
......
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