Commit 4404ea64 authored by unknown's avatar unknown
Browse files

When looking for client binary directories it necessary to look for the one s...

When looking for client binary directories it necessary to look for the one s that are "deep down" first.


parent 96c801f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -484,11 +484,11 @@ sub initial_setup () {
  #

  # Look for the path where to find the client binaries
  $path_client_bindir= mtr_path_exists("$glob_basedir/client",
  $path_client_bindir= mtr_path_exists("$glob_basedir/client/release",
				       "$glob_basedir/client/debug",
				       "$glob_basedir/client",
				       "$glob_basedir/client_release",
				       "$glob_basedir/client_debug",
				       "$glob_basedir/client/release",
				       "$glob_basedir/client/debug",
				       "$glob_basedir/bin");

  # Look for the mysqld executable