Skip to content

Commit 86ccfb2

Browse files
committed
fix perl shebang
Current shebang gives this error: $ ./mysqltuner.pl -bash: ./mysqltuner.pl: cannot execute: required file not found Also fixes #766.
1 parent f0848b8 commit 86ccfb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mysqltuner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!env perl
1+
#!/usr/bin/perl
22
# mysqltuner.pl - Version 2.5.3
33
# High Performance MySQL Tuning Script
44
# Copyright (C) 2015-2023 Jean-Marie Renouard - jmrenouard@gmail.com

0 commit comments

Comments
 (0)