commit | dca59d924dac4345099e5acd99405b5451d29cdb | [log] [tgz] |
---|---|---|
author | Leopold Schabel <leo@nexantic.com> | Thu Apr 01 19:02:53 2021 +0200 |
committer | Leopold Schabel <leo@nexantic.com> | Thu Apr 01 19:04:11 2021 +0200 |
tree | 68d28ada7050e81f854589bf335447a0673f9e57 | |
parent | 58ec09eece3b2ca32112668cc6e5f1fd63ffa2a7 [diff] [blame] |
scripts: replace /bin/bash by /usr/bin/env bash Test Plan: Set up environment locally; CI X-Origin-Diff: phab/D759 GitOrigin-RevId: 01142b03dcfb44c1dcb42169cc9af187c1518107
diff --git a/scripts/bin/bazel b/scripts/bin/bazel index 535eda5..1fda28c 100755 --- a/scripts/bin/bazel +++ b/scripts/bin/bazel
@@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail # Override the intellij_aspect repository to point to our own copy that create_container.sh has applied patches to.