aboutsummaryrefslogtreecommitdiff
path: root/src/naclmake.bash
diff options
context:
space:
mode:
authorShivansh Rai <shivansh@freebsd.org>2018-05-20 22:35:02 +0530
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-22 16:41:11 +0000
commitc92354f46e468f89fcf1497e7c9e2f3c66025dfa (patch)
treea4af23bcb228d82823d6b095493ad92b9e44fa1e /src/naclmake.bash
parent7a178df0bcdfbb3a73ffa9ff2701577f3621a113 (diff)
downloadgo-c92354f46e468f89fcf1497e7c9e2f3c66025dfa.tar.xz
all: use consistent shebang line across all shell scripts
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>
Diffstat (limited to 'src/naclmake.bash')
-rwxr-xr-xsrc/naclmake.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/naclmake.bash b/src/naclmake.bash
index 74fd802f41..5e6c3ce05e 100755
--- a/src/naclmake.bash
+++ b/src/naclmake.bash
@@ -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.