]> Creatis software - bbtk.git/commitdiff
#3403 vtk8itk5wx3-macos
authorEduardo DAVILA <davila@dhcp-16.b401.creatis.insa-lyon.fr>
Tue, 15 Mar 2022 09:54:34 +0000 (10:54 +0100)
committerEduardo DAVILA <davila@dhcp-16.b401.creatis.insa-lyon.fr>
Tue, 15 Mar 2022 09:54:34 +0000 (10:54 +0100)
kernel/src/bbtkBlackBox.cxx
packages/std/src/bbstdExecSystemCommand.cxx

index 73f92fe101e3d5e1855d39a650b9dee69c3799ba..b9f376a45c2a28abd031c0845480c69612860a24 100644 (file)
@@ -748,9 +748,9 @@ namespace bbtk
                           ( (bbBoxProcessModeIsManual()==true)&&(bbLetRecursiveExecuteManualMode==true) ) 
                         )
                        {
- // printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() );
+//  printf("EED BlackBox::bbRecursiveExecute bbProcess start %s \n", bbGetFullName().c_str() );
                                this->bbProcess();              
- // printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() );
+//  printf("EED BlackBox::bbRecursiveExecute bbProcess end %s \n", bbGetFullName().c_str() );
                    } // Manual analysis
                  
 //EED ups                      if ((bbBoxProcessModeIsManual()==true) && (bbLetRecursiveExecuteManualMode==false))
index 919e1975f0cfc379eb142428982b8a8bba15b209..d50c2215e4c0d011fb55dbbe888406074038c951 100755 (executable)
@@ -86,7 +86,7 @@ namespace bbstd
 
         
 #ifdef __APPLE__
-        ccommand = "source ~/.bbtk/profile_creatools ; " + ccommand;
+        ccommand = "source ~/.bashrc ; " + ccommand;
 #endif
         
                if (bbGetInputVerbose()==true)