From 4ddaa571faeca88309709bce8064b0b6df80159c Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 24 Sep 2020 08:05:56 +1000 Subject: MDEV-23697: perl -w -> perl Leave debian/additions/mysqlreport as #!/usr/bin/perl Acknowledge that `env perl` is a hack, a complete fix needs to consider which path perl is at and insert into these scripts. The usefulness of these scripts is questionable. --- tests/insert_and_repair.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/insert_and_repair.pl') diff --git a/tests/insert_and_repair.pl b/tests/insert_and_repair.pl index 91333746e79..a8e74e5f30e 100755 --- a/tests/insert_and_repair.pl +++ b/tests/insert_and_repair.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl # Copyright (C) 2000, 2001 MySQL AB # Use is subject to license terms -- cgit v1.2.1