mirror of
https://github.com/coredns/coredns.git
synced 2025-12-08 19:01:53 +01:00
Update shebangs for environmentally finding Bash -- Compatibility update to provide support for platforms that do not ship Bash in their /bin (#2841)
This commit is contained in:
parent
543327ae5a
commit
14b0792bf7
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "** presubmit/$(basename $0)"
|
echo "** presubmit/$(basename $0)"
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "** presubmit/$(basename $0)"
|
echo "** presubmit/$(basename $0)"
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "** presubmit/$(basename $0)"
|
echo "** presubmit/$(basename $0)"
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "** presubmit/$(basename $0)"
|
echo "** presubmit/$(basename $0)"
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
echo "** presubmit/$(basename $0)"
|
echo "** presubmit/$(basename $0)"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user