]> Creatis software - bbtk.git/commitdiff
#3474 bug profile_creatools in Linux/Win32
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Tue, 16 Nov 2021 14:11:00 +0000 (15:11 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Tue, 16 Nov 2021 14:11:00 +0000 (15:11 +0100)
packages/std/src/bbstdExecSystemCommand.cxx

index be41decdb35b6218aa95501d1d6347ab619e7970..919e1975f0cfc379eb142428982b8a8bba15b209 100755 (executable)
@@ -85,7 +85,7 @@ namespace bbstd
 //      #endif // defined(_WIN32)
 
         
-#ifndef APPLE
+#ifdef __APPLE__
         ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand;
 #endif