Skip to content

Commit

Permalink
Update shebangs for environmentally finding Bash -- Compatibility upd…
Browse files Browse the repository at this point in the history
…ate to provide support for platforms that do not ship Bash in their /bin (coredns#2841)
  • Loading branch information
alyx authored and miekg committed May 27, 2019
1 parent 543327a commit 14b0792
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .presubmit/context
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

echo "** presubmit/$(basename $0)"

Expand Down
2 changes: 1 addition & 1 deletion .presubmit/filename-hyphen
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

echo "** presubmit/$(basename $0)"

Expand Down
2 changes: 1 addition & 1 deletion .presubmit/import-testing
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

echo "** presubmit/$(basename $0)"

Expand Down
2 changes: 1 addition & 1 deletion .presubmit/test-lowercase
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

echo "** presubmit/$(basename $0)"

Expand Down
2 changes: 1 addition & 1 deletion .presubmit/trailing-whitespace
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

echo "** presubmit/$(basename $0)"

Expand Down

0 comments on commit 14b0792

Please sign in to comment.