]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 12 Jul 2011 16:31:00 +0000 (16:31 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 12 Jul 2011 16:31:00 +0000 (16:31 +0000)
packages/std/src/bbstdExecSystemCommand.cxx

index 27f8559eb40a9737c0c8dbe7244d347cca013352..f01fcb2941d3ef95b1db59c83def4fa0d2c159c4 100755 (executable)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbstdExecSystemCommand.cxx,v $
   Language:  C++
-  Date:      $Date: 2011/07/05 19:19:01 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2011/07/12 16:31:00 $
+  Version:   $Revision: 1.10 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -73,7 +73,7 @@ namespace bbstd
         }
      }
 #if defined(_WIN32)
-       command="start /b "+command;
+       ccommand="start /b "+ccommand;
 #endif // defined(_WIN32)      
        std::cout << "*** Executing system command : '"<<ccommand<<"'"<<std::endl;
        system ( ccommand.c_str() );