Fix Lintian warnings about wrong interpreter path
authorDr. Tobias Quathamer <toddy@debian.org>
Thu, 1 Aug 2019 11:50:48 +0000 (13:50 +0200)
committerWilliam 'jawn-smith' Wilson <jawn-smith@ubuntu.com>
Tue, 6 Dec 2022 19:39:48 +0000 (19:39 +0000)
commitd410105637620be4881b78eefeeec5f4c7b135ed
tree7a15d158c1ae8a8964b8914b1b962a4b64327864
parente62bf9473f218b0f920326062997bbc0a381345b
Fix Lintian warnings about wrong interpreter path

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