aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ci/build_status_command.sh
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-01-19 15:41:10 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-01-19 18:00:51 +0000
commit8221b2346893e4a3424dfa36a009ba9bbe6651d7 (patch)
treed65728b61ba74c204b146c2445cf45a4c481a6ca /scripts/ci/build_status_command.sh
parentce1b3e1324039dd7e1a3c1d219ad44daa3012eda (diff)
Do not hard-code path to bash in ci-scripts
...as they will also be run on platforms with different paths. -- Change-Id: Iaa14e35c4cec3ed927a18b580d4207b0244a6620 Reviewed-on: https://cr.bazel.build/8392 PiperOrigin-RevId: 144960305 MOS_MIGRATED_REVID=144960305
Diffstat (limited to 'scripts/ci/build_status_command.sh')
-rwxr-xr-xscripts/ci/build_status_command.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ci/build_status_command.sh b/scripts/ci/build_status_command.sh
index 2bbbbffcd5..8a9d23cc47 100755
--- a/scripts/ci/build_status_command.sh
+++ b/scripts/ci/build_status_command.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 2015 The Bazel Authors. All rights reserved.
#