This commit is contained in:
Jean-Francois Dockes 2021-02-03 06:05:55 -08:00
parent 42ae344aa8
commit 1d9372486e

View File

@ -329,7 +329,7 @@ RclConfig *recollinit(int flags,
PATH = exedir + ":" + PATH;
#endif
std::string rhpp
std::string rhpp;
if (config->getConfParam("recollhelperpath", rhpp) && !rhpp.empty()) {
PATH = rhpp + ":" + PATH;
}