X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;fp=packages%2Fstd%2Fsrc%2FbbstdExecSystemCommand.cxx;h=f01fcb2941d3ef95b1db59c83def4fa0d2c159c4;hb=c0ac5232e82c86810d3dda3934e4150032783107;hp=27f8559eb40a9737c0c8dbe7244d347cca013352;hpb=6bc800b214d523cc7d4e9ad89391270cd934f476;p=bbtk.git diff --git a/packages/std/src/bbstdExecSystemCommand.cxx b/packages/std/src/bbstdExecSystemCommand.cxx index 27f8559..f01fcb2 100755 --- a/packages/std/src/bbstdExecSystemCommand.cxx +++ b/packages/std/src/bbstdExecSystemCommand.cxx @@ -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 : '"<