]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
#3229 vtk8itk4wx3-mingw64 MACOS
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index dda5bce5d86da8aae7dd4e081701721cb86b6c3f..be1251308d39ac6f686036eed696365a41c528f4 100644 (file)
@@ -569,7 +569,7 @@ void wxGUIEditorGraphicBBS::executeScript(std::string script) {
 #endif
 
 #ifdef __APPLE__
-    command = "source ~/.bbtk/profile_creatools; "+command;
+    command = "source ~/.bashrc ; "+command;
 #endif