aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2017-01-19 16:40:21 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-01-19 18:04:53 +0000
commit304a8a9b4728cf86b0def4526993ea941d10eade (patch)
tree470cbb0cc883e07a72758879c7efdc5167c916c9
parent045fd0ac9dbd855eccb5180b44e60fce66f8838f (diff)
Avoid hard-coding path to bash
-- Change-Id: Ief0dd31d7b514caaf5ea0108b7c497d42e86da70 Reviewed-on: https://cr.bazel.build/8395 PiperOrigin-RevId: 144966247 MOS_MIGRATED_REVID=144966247
-rwxr-xr-xscripts/packages/package_info_generator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/packages/package_info_generator.sh b/scripts/packages/package_info_generator.sh
index d7377b4be1..dc4f08eccc 100755
--- a/scripts/packages/package_info_generator.sh
+++ b/scripts/packages/package_info_generator.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 2015 The Bazel Authors. All rights reserved.
#