Fix Lintian warnings about wrong interpreter path
authorDr. Tobias Quathamer <toddy@debian.org>
Thu, 1 Aug 2019 11:50:48 +0000 (13:50 +0200)
committerAnthony Fok <foka@debian.org>
Sun, 15 Aug 2021 22:44:15 +0000 (23:44 +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_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 25b40d7ba23cff69f8875c4741df58583d586c24..007d03ca994bc787077fb90e88ad6e99014995cd 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.