From c0ac5232e82c86810d3dda3934e4150032783107 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 12 Jul 2011 16:31:00 +0000 Subject: [PATCH] *** empty log message *** --- packages/std/src/bbstdExecSystemCommand.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 : '"<