Fix Lintian warnings about wrong interpreter path
authorDr. Tobias Quathamer <toddy@debian.org>
Thu, 1 Aug 2019 11:50:48 +0000 (13:50 +0200)
committerShengjing Zhu <zhsj@debian.org>
Tue, 26 Jul 2022 02:58:55 +0000 (03:58 +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

src/syscall/mksyscall.pl
src/syscall/mksyscall_libc.pl
src/syscall/mksysctl_openbsd.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 25ab911b7c6a46a958daf60ef76dafd70cb7d628..98de8e8dd3fe444fd53baa7f4fe0eaacf8a082ee 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 37314765d8c92cd6ab146e942c937ae01f266e35..47457a109e9ffba321b04f79d569d7a85b1015b9 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 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 f8f484b4618b9578a60ea1a93a741743c9129395..312486d939f6a973a52b19185e731082ca2cd7ce 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.