From 188d35adf90fa5479a00708eb3ae54eb25c66f5e Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 16 Nov 2021 15:12:09 +0100 Subject: [PATCH] #3247 bug profile_creatools in Linux/Win32 --- .../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 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 -- 2.45.1