]> Cypherpunks repositories - gostls13.git/commitdiff
all: use consistent shebang line across all shell scripts
authorShivansh Rai <shivansh@freebsd.org>
Sun, 20 May 2018 17:05:02 +0000 (22:35 +0530)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 22 Aug 2018 16:41:11 +0000 (16:41 +0000)
Change-Id: I4aac882b1b618a388d0748a427dc998203d3a1b2
Reviewed-on: https://go-review.googlesource.com/113856
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/go/mkalldocs.sh
src/naclmake.bash
src/nacltest.bash
src/runtime/mknacl.sh

index 4e7a50980541e7453f608d2a9598c4f3c27fbf93..f37d59d2d74318848f6a901f62b4bfe9e8e75a81 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright 2012 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.
index 74fd802f41784b5f6af9918b04962179adaa1afa..5e6c3ce05e69c746194faa5520e9a6766ef63b55 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright 2016 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.
index 3e929a14a45689cae4580e4844748429a8aa5a06..dc245b484cb4c8ea16ff8770ba7ccfef26bd6815 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright 2014 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.
index 3454b624d6ea2f00851e8dfb897a99d9ac8586f3..306ae3d9c15f77897389b3bb8f349fb707e10cae 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 # Copyright 2013 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.