From bf36ff525b01e0ec957a0c75921b901ea4cc4899 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Wed, 22 Sep 2021 11:08:26 +0200 Subject: [PATCH] #3229 vtk8itk4wx3-mingw64 MACOS --- .../bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index 2cec649..1a1357d 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -569,7 +569,7 @@ void wxGUIEditorGraphicBBS::executeScript(std::string script) { #endif #ifndef APPLE - command = "source ~/.profile; "+command; + command = "source ~/.bbtk/profile_creatools; "+command; #endif -- 2.45.1