X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;h=d50c2215e4c0d011fb55dbbe888406074038c951;hb=8e21d66a76ff9117acc7dbbaec9123c56115ff56;hp=be41decdb35b6218aa95501d1d6347ab619e7970;hpb=8c37189af7f8c6e2bc3c9989328824c176296107;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index be41dec..d50c221 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -85,8 +85,8 @@ namespace bbstd // #endif // defined(_WIN32) -#ifndef APPLE - ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand; +#ifdef __APPLE__ + ccommand = "source ~/.bashrc ; " + ccommand; #endif if (bbGetInputVerbose()==true)