commit | 1beb791934e6092ae2d16aa3e01eb09f031ae12c | [log] [tgz] |
---|---|---|
author | Shenghou Ma <minux.ma@gmail.com> | Thu May 23 04:41:22 2013 +0800 |
committer | Shenghou Ma <minux.ma@gmail.com> | Thu May 23 04:41:22 2013 +0800 |
tree | afa648668158b09f5993d26128c4733cdcd68e59 | |
parent | cb8782e8b3857978118b159e905b9715eb8ce403 [diff] |
test/errchk: use "#!/usr/bin/env perl" shebang line fix test failure of go.tools sub-repo on NetBSD. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/9662044
diff --git a/test/errchk b/test/errchk index b8b312a..de0c4fd 100755 --- a/test/errchk +++ b/test/errchk
@@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # 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.