mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
mtr: fix_vs_config doesn't change bindir
Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
This commit is contained in:
parent
a06f2f430f
commit
c8c6a9fdf4
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue