From fd7e1a2d87b8a65aa997aa40f00d941714c51a2b Mon Sep 17 00:00:00 2001 From: "Devon H. O'Dell" Date: Tue, 1 Dec 2009 19:30:17 -0800 Subject: [PATCH] FreeBSD needs #!/usr/bin/env bash (fixes broken build on FreeBSD) R=gri https://golang.org/cl/163067 --- src/cmd/gofmt/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/gofmt/test.sh b/src/cmd/gofmt/test.sh index e6e7cea68c..dcfcbbf8b8 100755 --- a/src/cmd/gofmt/test.sh +++ b/src/cmd/gofmt/test.sh @@ -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. -- 2.50.0