FreeBSD needs #!/usr/bin/env bash (fixes broken build on FreeBSD)

R=gri
https://golang.org/cl/163067
This commit is contained in:
Devon H. O'Dell 2009-12-01 19:30:17 -08:00 committed by Robert Griesemer
parent 0b126c1be4
commit fd7e1a2d87

View File

@ -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.