diff options
author | Daniel Black <daniel@mariadb.org> | 2020-09-24 08:05:56 +1000 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-09-24 08:09:56 +1000 |
commit | 4ddaa571faeca88309709bce8064b0b6df80159c (patch) | |
tree | fd73703c6c658690ea2bc7a29249daa5ff8bf736 /scripts | |
parent | 88c5c319e541ac5b829cebce175728ea6bdd9b35 (diff) | |
download | mariadb-git-4ddaa571faeca88309709bce8064b0b6df80159c.tar.gz |
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.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mytop.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mytop.sh b/scripts/mytop.sh index e985d518c01..e7b9040c3a8 100644 --- a/scripts/mytop.sh +++ b/scripts/mytop.sh @@ -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 $ |