From: Eduardo DAVILA Date: Tue, 16 Nov 2021 14:11:00 +0000 (+0100) Subject: #3474 bug profile_creatools in Linux/Win32 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=560318e314802dd68405a0e11f0082e6d5fc6efb;p=bbtk.git #3474 bug profile_creatools in Linux/Win32 --- diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index be41dec..919e197 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -85,7 +85,7 @@ namespace bbstd // #endif // defined(_WIN32) -#ifndef APPLE +#ifdef __APPLE__ ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand; #endif