mirror of
https://github.com/coredns/coredns.git
synced 2025-11-05 11:36:27 -05: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:
@@ -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)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user