mtr: use env for perl

On FreeBSD, perl isn't in /usr/bin, its in /usr/local/bin or
elsewhere in the path.

Like storage/{maria/unittest/,}ma_test_* , we use /usr/bin/env to
find perl and run it.
This commit is contained in:
Daniel Black
2020-03-31 07:57:53 +11:00
committed by Anel
parent b1b9803cb8
commit 37c88445e3
97 changed files with 97 additions and 97 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl -w
# Copyright (C) 2002 MySQL AB
# Use is subject to license terms