Fix Lintian issue https://lintian.debian.org/tags/incorrect-path-for-interpreter.html
Upstream will never accept this patch,
see https://github.com/MariaDB/server/pull/1718
Origin: https://patch-diff.githubusercontent.com/raw/MariaDB/server/pull/1718.patch
Forwarded: https://github.com/MariaDB/server/pull/1718 (rejected, will never be merged)
Gbp-Pq: Name env-perl-usr-bin-perl.patch
-#!/usr/bin/env perl
+#!/usr/bin/perl
# -*- cperl -*-
# This script processes a .gcov coverage report to honor purecov
-#!/usr/bin/env perl
+#!/usr/bin/perl
# -*- cperl -*-
# Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
#
-#!/usr/bin/env perl
+#!/usr/bin/perl
# -*- cperl -*-
# Copyright (c) 2004, 2014, Oracle and/or its affiliates.
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright (c) 2011, Oracle and/or its affiliates
#
-#!/usr/bin/env perl
+#!/usr/bin/perl
################################################################################
#
# This script runs the transactional stress test "stress_tx_rr" against the
-#!/usr/bin/env perl
+#!/usr/bin/perl
if ( (scalar(@ARGV) != 1 ) || ($ARGV[0] =~ /[^0-9]/i ) )
-#!/usr/bin/env perl
+#!/usr/bin/perl
if ( (scalar(@ARGV) != 2 ) || ($ARGV[0] =~ /[^0-9]/i ) )
-#!/usr/bin/env perl
+#!/usr/bin/perl
#################################################################################
# Author: Serge Kozlov #
-#!/usr/bin/env perl
+#!/usr/bin/perl
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
-#!/usr/bin/env perl
+#!/usr/bin/perl
#
# $Id: mytop,v 1.99-maria6 2019/10/22 14:53:51 jweisbuch Exp $