From: Eduardo DAVILA Date: Tue, 16 Nov 2021 14:12:09 +0000 (+0100) Subject: #3247 bug profile_creatools in Linux/Win32 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=188d35adf90fa5479a00708eb3ae54eb25c66f5e;p=bbtkGEditor.git #3247 bug profile_creatools in Linux/Win32 --- diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index 1a1357d..ff0444a 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -568,7 +568,7 @@ void wxGUIEditorGraphicBBS::executeScript(std::string script) { command += " & "; #endif -#ifndef APPLE +#ifdef __APPLE__ command = "source ~/.bbtk/profile_creatools; "+command; #endif