Skip to content

Commit 4ddaa57

Browse files
committed
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.
1 parent 88c5c31 commit 4ddaa57

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

debian/additions/mysqlreport

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/perl
22

33
# mysqlreport v4.0 Oct 23 2015
44
# http://hackmysql.com/mysqlreport

scripts/mytop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22
#
33
# $Id: mytop,v 1.91 2012/01/18 16:49:12 mgrennan Exp $
44

tests/drop_test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22

33
# Copyright (C) 2000 MySQL AB
44
# Use is subject to license terms

tests/fork2_test.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22

33
# Copyright (C) 2000, 2001 MySQL AB
44
# Use is subject to license terms

tests/fork_big.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22
use strict;
33

44
# Copyright (c) 2001, 2006 MySQL AB

tests/fork_big2.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22

33
# Copyright (c) 2002, 2003, 2005, 2006 MySQL AB
44
# Use is subject to license terms

tests/index_corrupt.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22

33
# Copyright (C) 2005 MySQL AB
44
# Use is subject to license terms

tests/insert_and_repair.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22

33
# Copyright (C) 2000, 2001 MySQL AB
44
# Use is subject to license terms

tests/mail_to_db.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22
# Copyright Abandoned 1998 TCX DataKonsult AB & Monty Program KB & Detron HB
33
# This file is public domain and comes with NO WARRANTY of any kind
44
#

tests/pmail.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env perl -w
1+
#!/usr/bin/env perl
22

33
# Copyright (C) 2000, 2005 MySQL AB
44
# Use is subject to license terms

0 commit comments

Comments
 (0)