1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-24 19:42:23 +03:00

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
#!/usr/bin/env perl
package Net::HandlerSocket::HSPool;