mirror of https://github.com/istio/api.git
Automator: update common-files@master in istio/api@master (#3277)
This commit is contained in:
parent
8dd4b42e93
commit
83435dfcff
2
Makefile
2
Makefile
|
|
@ -19,7 +19,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
SHELL := /bin/bash
|
||||
SHELL := /usr/bin/env bash
|
||||
|
||||
# allow optional per-repo overrides
|
||||
-include Makefile.overrides.mk
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
bd7126fd447f48a5ae17590921baca332ab0593c
|
||||
410e7d88eae562d4cef8d48fbc56099e270202b2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2034
|
||||
|
||||
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
|
||||
|
|
|
|||
Loading…
Reference in New Issue