We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f103be6 commit a2be8d9Copy full SHA for a2be8d9
Makefile
@@ -19,7 +19,7 @@
19
# See the License for the specific language governing permissions and
20
# limitations under the License.
21
22
-SHELL := /bin/bash
+SHELL := /usr/bin/env bash
23
24
# allow optional per-repo overrides
25
-include Makefile.overrides.mk
common/.commonfiles.sha
@@ -1 +1 @@
1
-bd7126fd447f48a5ae17590921baca332ab0593c
+410e7d88eae562d4cef8d48fbc56099e270202b2
common/scripts/run.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
2
3
# WARNING: DO NOT EDIT, THIS FILE IS PROBABLY A COPY
4
#
common/scripts/setup_env.sh
# shellcheck disable=SC2034
0 commit comments