]> Cypherpunks repositories - gostls13.git/commitdiff
build: use consistent shebang line
authorShenghou Ma <minux@golang.org>
Thu, 14 Jan 2016 02:33:33 +0000 (21:33 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 14 Jan 2016 03:16:20 +0000 (03:16 +0000)
Fixes #13948.

Change-Id: I37d734c1241f3d72d8fe33dfdf79b573e5476b1f
Reviewed-on: https://go-review.googlesource.com/18643
Reviewed-by: Russ Cox <rsc@golang.org>
src/bootstrap.bash

index 1b5ba7c536cd63b3fba0763cbb973c3bf1ecc414..7947e84e3b7e2941bb600970da08045f17afc8ce 100755 (executable)
@@ -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.