diff options
author | Devon H. O'Dell <devon.odell@gmail.com> | 2009-11-14 15:29:09 -0800 |
---|---|---|
committer | Devon H. O'Dell <devon.odell@gmail.com> | 2009-11-14 15:29:09 -0800 |
commit | e4fdc37027ef61f4f405383b87835cdcbc858d2d (patch) | |
tree | 02f1e1d4096a12f5c473e1de40abbd07d8b3e018 /test/run | |
parent | 6d0961d874932de452d4328b53e09ec948e6e114 (diff) | |
download | golang-e4fdc37027ef61f4f405383b87835cdcbc858d2d.tar.gz |
Build changes to support work on the BSDs.
This does still contain some FreeBSD-specific bits, but
it's a pain to do partial diffs.
R=rsc
http://codereview.appspot.com/152138
Committer: Russ Cox <rsc@golang.org>
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |