]> Creatis software - bbtkGEditor.git/commitdiff
#3229 vtk8itk4wx3-mingw64 MACOS
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Wed, 22 Sep 2021 09:08:26 +0000 (11:08 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Wed, 22 Sep 2021 09:08:26 +0000 (11:08 +0200)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx

index 2cec64923f836782efeb7a91f01a5cf07acb1266..1a1357df14f1078d89b37dade99e58831b673818 100644 (file)
@@ -569,7 +569,7 @@ void wxGUIEditorGraphicBBS::executeScript(std::string script) {
 #endif
 
 #ifndef APPLE
-    command = "source ~/.profile; "+command;
+    command = "source ~/.bbtk/profile_creatools; "+command;
 #endif