mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
mtr: fix_vs_config doesn't change bindir
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
This commit is contained in:
committed by
Sergey Vojtovich
parent
a06f2f430f
commit
c8c6a9fdf4
@@ -1290,10 +1290,6 @@ sub command_line_setup {
|
||||
|
||||
fix_vs_config_dir();
|
||||
|
||||
# Respect MTR_BINDIR variable, which is typically set in to the
|
||||
# build directory in out-of-source builds.
|
||||
$bindir=$ENV{MTR_BINDIR}||$basedir;
|
||||
|
||||
# Look for the client binaries directory
|
||||
if ($path_client_bindir)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user