From: Shenghou Ma Date: Wed, 22 May 2013 20:41:22 +0000 (+0800) Subject: test/errchk: use "#!/usr/bin/env perl" shebang line X-Git-Tag: go1.2rc2~1434 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1beb791934e6092ae2d16aa3e01eb09f031ae12c;p=gostls13.git 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 b8b312a923..de0c4fd2f8 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.