]> Cypherpunks repositories - gostls13.git/commitdiff
FreeBSD needs #!/usr/bin/env bash (fixes broken build on FreeBSD)
authorDevon H. O'Dell <devon.odell@gmail.com>
Wed, 2 Dec 2009 03:30:17 +0000 (19:30 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 2 Dec 2009 03:30:17 +0000 (19:30 -0800)
R=gri
https://golang.org/cl/163067

src/cmd/gofmt/test.sh

index e6e7cea68c322efe6142280372b305bc28c6f160..dcfcbbf8b896e7e31b780af06f8a793702ea92ec 100755 (executable)
@@ -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.