Skip to content

Commit a2be8d9

Browse files
Automator: update common-files@master in istio/istio.io@master (istio#15467)
1 parent f103be6 commit a2be8d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# See the License for the specific language governing permissions and
2020
# limitations under the License.
2121

22-
SHELL := /bin/bash
22+
SHELL := /usr/bin/env bash
2323

2424
# allow optional per-repo overrides
2525
-include Makefile.overrides.mk

common/.commonfiles.sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bd7126fd447f48a5ae17590921baca332ab0593c
1+
410e7d88eae562d4cef8d48fbc56099e270202b2

common/scripts/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
44
#

common/scripts/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
# shellcheck disable=SC2034
33

44
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY

0 commit comments

Comments
 (0)