mirror of
https://github.com/golang/go
synced 2024-11-19 13:04:45 -07:00
FreeBSD needs #!/usr/bin/env bash (fixes broken build on FreeBSD)
R=gri https://golang.org/cl/163067
This commit is contained in:
parent
0b126c1be4
commit
fd7e1a2d87
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# Copyright 2009 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…
Reference in New Issue
Block a user