1
0
mirror of https://github.com/golang/go synced 2024-11-11 20:30:22 -07:00

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
This commit is contained in:
Shenghou Ma 2013-05-23 04:41:22 +08:00
parent cb8782e8b3
commit 1beb791934

View File

@ -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.