13
0

show the bundle root

git-svn-id: svn://localhost/ardour2/branches/3.0@8656 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-02-01 19:36:19 +00:00
parent 0881ec1f6a
commit dd3b268b72

View File

@ -319,6 +319,8 @@ fixup_bundle_environment (int argc, char* argv[])
const char *cstr = getenv ("PATH"); const char *cstr = getenv ("PATH");
Glib::ustring userconfigdir = user_config_directory().to_string(); Glib::ustring userconfigdir = user_config_directory().to_string();
cerr << "Ardour: bundle root = " << dir_path << endl;
/* ensure that we find any bundled executables (e.g. JACK), /* ensure that we find any bundled executables (e.g. JACK),
and find them before any instances of the same name and find them before any instances of the same name
elsewhere in PATH elsewhere in PATH