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:
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
package Net::HandlerSocket::HSPool;
|
||||
|
||||
|
Reference in New Issue
Block a user