X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;h=919e1975f0cfc379eb142428982b8a8bba15b209;hb=560318e314802dd68405a0e11f0082e6d5fc6efb;hp=be41decdb35b6218aa95501d1d6347ab619e7970;hpb=8c37189af7f8c6e2bc3c9989328824c176296107;p=bbtk.git 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