X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkConfigurationFile.cxx;fp=kernel%2Fsrc%2FbbtkConfigurationFile.cxx;h=e6e7926b58849758ffec64ef0a94f5570c7b80c5;hb=536dfc0a21b307fe5fa18afca108a77a5f79a6f6;hp=770608440abde5f91c223b2e011f26b41724cce0;hpb=ef49b9b19c6e209bf1b2e2b687de3988b183cb0f;p=bbtk.git diff --git a/kernel/src/bbtkConfigurationFile.cxx b/kernel/src/bbtkConfigurationFile.cxx index 7706084..e6e7926 100644 --- a/kernel/src/bbtkConfigurationFile.cxx +++ b/kernel/src/bbtkConfigurationFile.cxx @@ -146,7 +146,6 @@ namespace bbtk Utilities::replace( mBbs_paths[iStrVec] , INVALID_FILE_SEPARATOR , VALID_FILE_SEPARATOR); } - // always add "." (current working directory) at the begining mPackage_paths.push_back("."); // add system bin path (for build tree / standalone folder install) @@ -214,6 +213,7 @@ namespace bbtk // In any case, deal with bbtk_config.xml! Read(configXmlFullPathName.c_str()); + } //=========================================================================