1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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.
This commit is contained in:
Daniel Black
2020-09-24 08:05:56 +10:00
parent 88c5c319e5
commit 4ddaa571fa
13 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env perl -w
#!/usr/bin/env perl
#
# $Id: mytop,v 1.91 2012/01/18 16:49:12 mgrennan Exp $