mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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>
This commit is contained in:
parent
4a8c15e066
commit
b73d8fbedf
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue