commit | b73d8fbedf3806993e6ae2c46776c1e86558541e | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux@golang.org> | Wed Jan 13 21:33:33 2016 -0500 |
committer | Russ Cox <rsc@golang.org> | Thu Jan 14 03:16:20 2016 +0000 |
tree | 209a8f2b6d0e2aa0431c21dc8684925c63d6d4c8 | |
parent | 4a8c15e0667318c523d1b21bb7e1e1d42eb5e3c2 [diff] [blame] |
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>
diff --git a/src/bootstrap.bash b/src/bootstrap.bash index 1b5ba7c..7947e84 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.