1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix misspelled variable in mtr.pl

This commit is contained in:
Magnus Svensson
2008-09-05 14:06:22 +02:00
parent c3e7b68995
commit 7f954bd287

View File

@ -43,7 +43,7 @@ my @mysqld_src_dirs=
);
sub gcov_collect ($$$) {
my ($dir, $gcov, $gcov_msg, $err)= @_;
my ($dir, $gcov, $gcov_msg, $gcov_err)= @_;
my $start_dir= cwd();