From: Shenghou Ma Date: Thu, 14 Jan 2016 02:33:33 +0000 (-0500) Subject: build: use consistent shebang line X-Git-Tag: go1.6rc1~115 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b73d8fbedf3806993e6ae2c46776c1e86558541e;p=gostls13.git build: use consistent shebang line Fixes #13948. Change-Id: I37d734c1241f3d72d8fe33dfdf79b573e5476b1f Reviewed-on: https://go-review.googlesource.com/18643 Reviewed-by: Russ Cox --- 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.