summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorDevon H. O'Dell <devon.odell@gmail.com>2009-11-14 15:29:09 -0800
committerDevon H. O'Dell <devon.odell@gmail.com>2009-11-14 15:29:09 -0800
commite4fdc37027ef61f4f405383b87835cdcbc858d2d (patch)
tree02f1e1d4096a12f5c473e1de40abbd07d8b3e018 /test/run
parent6d0961d874932de452d4328b53e09ec948e6e114 (diff)
downloadgolang-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-xtest/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run b/test/run
index 00cfede66..47f300fe6 100755
--- a/test/run
+++ b/test/run
@@ -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.