commit | 43bcf47912c3b0f565597ee33d86695e530d79da | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Wed Nov 18 09:11:17 2009 -0800 |
committer | Russ Cox <rsc@golang.org> | Wed Nov 18 09:11:17 2009 -0800 |
tree | 614ee9d1da0513c11c35394b631aeb95b06240a4 | |
parent | b3f538a4fdea1c0e9677576c4322e9af1b7639f4 [diff] [blame] |
make all.bash finish on FreeBSD R=dho CC=golang-dev https://golang.org/cl/156067
diff --git a/doc/progs/run b/doc/progs/run index 486ef26..46de912 100755 --- a/doc/progs/run +++ b/doc/progs/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.