Fix Lintian warnings about wrong interpreter path
authorDr. Tobias Quathamer <toddy@debian.org>
Wed, 19 Dec 2018 12:16:45 +0000 (13:16 +0100)
committerDr. Tobias Quathamer <toddy@debian.org>
Thu, 26 Sep 2019 09:55:04 +0000 (10:55 +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

18 files changed:
src/cmd/vendor/golang.org/x/sys/unix/mksyscall.pl
src/cmd/vendor/golang.org/x/sys/unix/mksyscall_solaris.pl
src/cmd/vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl
src/cmd/vendor/golang.org/x/sys/unix/mksysnum_darwin.pl
src/cmd/vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl
src/cmd/vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl
src/cmd/vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl
src/cmd/vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl
src/syscall/mksyscall.pl
src/syscall/mksyscall_solaris.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
test/errchk

index 1f6b926f8c64cb0fbfa417e78c5fa8fee650410a..4c91625d2a51dc5e4f75fb6f3d0bec8284af4fa6 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 3e6ed9df8e08d8b343216fca2873ec8e8dd78d1b..432da9c0722fb7c402b238cc223dcad4e2a052df 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 49f186f8321b32bbd55df7105bf7289a7fcf46fa..69b78cb90af466eaae712799d6a44ded7af9da8b 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 5453c53b192319c95d47c672a40d7a73f626105f..fd16c4bd9254546afb2f5649c782f43e5153af1e 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 6804f41216e732851470c89cb2ae1c552e5515cd..02a383684cbbec981891a846d5889e87fcfe9c9c 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 a0a22bf560e7fe5ac447ac6f0c6d5b05adedeb8a..2d4fd80549234644230a5abfcf97bee744b46f66 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 85988b140b9d843c104fe6a2a9f921eab6abcb03..e5c135ba258b1f7a34e11c7d0fd277b28918ff5b 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 84edf60ca12d90b0a6a080947b1a08fb7b6c3b20..f52e80e9a9f2eba2e3cc54ee13ed03a20733732e 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 ccce82e172fdd6e18c40bfa66d26bfba4918fa7f..3da9cad78a5842ffec9a6ce5c2430e26aee6787a 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 91729759147da5dd73e09e254acf5dccd1c7794f..db6f18e75857d3d928dbf0be04d5f662b6c4198a 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.
index 1cb57bb961c4181eca7f0689a98177327fd73d31..a69b29dccc77b68279d2f66ba2fda40afc1ab5ca 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.