]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdExecSystemCommand.cxx
#3507 BackFace in PolyDataToActor Box
[bbtk.git] / packages / std / src / bbstdExecSystemCommand.cxx
index be41decdb35b6218aa95501d1d6347ab619e7970..d50c2215e4c0d011fb55dbbe888406074038c951 100755 (executable)
@@ -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)