Fix Lintian warnings about wrong interpreter path
authorDr. Tobias Quathamer <toddy@debian.org>
Sun, 16 Dec 2018 12:10:01 +0000 (13:10 +0100)
committerDr. Tobias Quathamer <toddy@debian.org>
Sun, 16 Dec 2018 12:37:11 +0000 (12:37 +0000)
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 0003-Fix-Lintian-warnings-about-wrong-interpreter-path.patch

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 699982e63cd2583f2f0edb671a7e273fff0ad1d2..531027fdb7c73057e86a60736f8595c3ae896379 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 a4cc1ace57463a06ea548133394fb19689088b53..be514ebaad039fe4dafc5b2fcb3a518495af89b5 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 c2e2ea925dc584cc2ce4aa0f6b0ecfa4ffc176dd..8e5ccaac269854d276a5845a566a203b4e792b65 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 e3470435d2512d702ae13b3a05bcf03f7563c566..fd4375b2f956e1e1ff4ed5a8962ae82ecf6619bb 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 3eba3ab3d5a290fb02fb8333ebba50a0691f632e..d2d1baf368e8181e981db025146413c167cc3765 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 cd675780b53eddaeeb01203afb259de324ee7b49..fec54af53e285c57852565a49098da772a381024 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 4db8149c4cdb8d62708dff1b076c51e6d5ddfa81..847fb4c799f8be94d116e4f9bdd4a262ac5df24c 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 f1534ed5845f82411c75bae8ae8136e732218665..a300810ba59388401ad558b5699bab811c2ef597 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 ad1ccc12ac2ce1f3687f38ab92b8a9476cbd536b..e041888eae394760766cb9badac338731d042674 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.