X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;h=d50c2215e4c0d011fb55dbbe888406074038c951;hb=ebd959d24db8fadb99999dbdecf69693d88e0629;hp=919e1975f0cfc379eb142428982b8a8bba15b209;hpb=83ab568865c75a1064fbd485997ff98b78d5195d;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 919e197..d50c221 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -86,7 +86,7 @@ namespace bbstd #ifdef __APPLE__ - ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand; + ccommand = "source ~/.bashrc ; " + ccommand; #endif if (bbGetInputVerbose()==true)