Fix Lintian warnings about wrong interpreter path
authorDr. Tobias Quathamer <toddy@debian.org>
Wed, 19 Dec 2018 13:12:10 +0000 (14:12 +0100)
committerDr. Tobias Quathamer <toddy@debian.org>
Mon, 5 Aug 2019 19:49:35 +0000 (20:49 +0100)
The command used for this change is as follows:

grep -rH "/usr/bin/env perl" * | cut -d: -f1 | xargs -n1 sed -i -e "s,/usr/bin/env perl,/usr/bin/perl,"

Gbp-Pq: Name 0002-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

13 files changed:
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.pl
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.pl
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_solaris.pl
src/cmd/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
src/syscall/mksyscall.pl
src/syscall/mksyscall_libc.pl
src/syscall/mksysctl_openbsd.pl
src/syscall/mksysnum_darwin.pl
src/syscall/mksysnum_dragonfly.pl
src/syscall/mksysnum_freebsd.pl
src/syscall/mksysnum_linux.pl
src/syscall/mksysnum_netbsd.pl
src/syscall/mksysnum_openbsd.pl

index c44de8d310ef46c084ed38cdaffe74dffbbcbbd5..97be6fbe88b30d198311f8f0dd4ebab0b4460adb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # Copyright 2018 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.
index 53df26bb93acbd6b9841e36ac47ef73f4654b7ad..89be8786caf7345046e2703c550497d176e4f91c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # Copyright 2018 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.
index a354df5a6bfd678cb722ccd7ed0795f7c94ac4c2..8b441646dac293f4f6c1e52e1fa82f6c1817c27a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index 20632e14608e37ba2ff7c5b3f467009cf315b51a..976db4910172cf74ad2b60fb6f0f30b6d2686574 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Copyright 2011 The Go Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style
index 079b08dcb912e5f668fb2e2f1240eb4b0150fa11..373838f5f20b142e4b9749501db41cf5b3543ddc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index 5ceedc812a364c915a56b117d9e0b1645f40f6b6..405033cef91677e5efcc160bbfdc4624af8ad37e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index ea462a7fda9a27989b726c16bcee02b207a816c9..7e8a3e2006488d48bf612fa6e774ff1be37ef683 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Copyright 2011 The Go Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style
index af21e855aed0bba91c3332bddb840d7756c64f8d..9e592610f35efa9097800214e9227a260382efeb 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index e9a634b513d9a4331b73c2bbe1fc3fd4778fee88..a8df18d2d9b786609328c8fe31ef3f47847f86a9 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index c04ada9e2faca2c4d0d7d62199511a79d8ad7e89..f9b7b91386aa1ec66fdc444d9ea2cad6845b6297 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index 5fb1d0ee8b57b4c79ced084746c3e3baf336028b..ebeb9a82f01625d43c9f732a4428b8eff06957bd 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index 4f5150a04dc4c3bd4ac9032251dbc09cc8c1cbf9..53783ff9b055127bba72c8f6f49fc164f3c4c739 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.
index 0b0c9df199eeb1fd39aca75e3b6ede79ff3d1eee..41e8f47c2255fe60e8d30ae981cc08e0406a8cf0 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/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.