components/golang/patches/0600-perl-env.patch
changeset 5797 432ac76de3b0
parent 5795 b6b9d57d2466
child 5798 7dcc6a44422d
equal deleted inserted replaced
5795:b6b9d57d2466 5797:432ac76de3b0
     1 One of the test scripts requires Perl, and probably would work with any
       
     2 version, but for dependency purposes, we need to pick one.
       
     3 
       
     4 Not suitable for upstream.
       
     5 diff -ru golang-1.5/test/errchk golang-1.5/test/errchk
       
     6 --- golang-1.5/test/errchk	2015-09-08 18:24:03.000000000 -0700
       
     7 +++ golang-1.5/test/errchk	2015-11-03 14:59:16.457207463 -0800
       
     8 @@ -1,4 +1,4 @@
       
     9 -#!/usr/bin/env perl
       
    10 +#!/usr/perl5/5.20/bin/perl
       
    11  # Copyright 2009 The Go Authors. All rights reserved.
       
    12  # Use of this source code is governed by a BSD-style
       
    13  # license that can be found in the LICENSE file.