aboutsummaryrefslogtreecommitdiff
path: root/src/bootstrap.bash
diff options
context:
space:
mode:
authorShenghou Ma <minux@golang.org>2016-01-13 21:33:33 -0500
committerRuss Cox <rsc@golang.org>2016-01-14 03:16:20 +0000
commitb73d8fbedf3806993e6ae2c46776c1e86558541e (patch)
tree209a8f2b6d0e2aa0431c21dc8684925c63d6d4c8 /src/bootstrap.bash
parent4a8c15e0667318c523d1b21bb7e1e1d42eb5e3c2 (diff)
downloadgo-b73d8fbedf3806993e6ae2c46776c1e86558541e.tar.gz
go-b73d8fbedf3806993e6ae2c46776c1e86558541e.zip
build: use consistent shebang line
Fixes #13948. Change-Id: I37d734c1241f3d72d8fe33dfdf79b573e5476b1f Reviewed-on: https://go-review.googlesource.com/18643 Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src/bootstrap.bash')
-rwxr-xr-xsrc/bootstrap.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap.bash b/src/bootstrap.bash
index 1b5ba7c536..7947e84e3b 100755
--- a/src/bootstrap.bash
+++ b/src/bootstrap.bash
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright 2015 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.