Skip to content

Commit

Permalink
fix perl shebang
Browse files Browse the repository at this point in the history
Previously at least on Debian it broke with:
$ ./mysqltuner.pl
-bash: ./mysqltuner.pl: /bin/env: bad interpreter: No such file or directory
  • Loading branch information
FabioPedretti committed Feb 7, 2024
1 parent 235cc4e commit c2140d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env perl
#!/usr/bin/perl
# mysqltuner.pl - Version 2.5.2
# High Performance MySQL Tuning Script
# Copyright (C) 2015-2023 Jean-Marie Renouard - [email protected]
Expand Down

0 comments on commit c2140d7

Please sign in to comment.