[Cmake-commits] [cmake-commits] hoffman committed cmSystemTools.cxx 1.394 1.395

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Apr 24 11:44:44 EDT 2009


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv17099/Source

Modified Files:
	cmSystemTools.cxx 
Log Message:
ENH: vms fix


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.394
retrieving revision 1.395
diff -C 2 -d -r1.394 -r1.395
*** cmSystemTools.cxx	22 Apr 2009 13:11:06 -0000	1.394
--- cmSystemTools.cxx	24 Apr 2009 15:44:42 -0000	1.395
***************
*** 899,903 ****
--- 899,905 ----
      commandInDir = command;
      }
+ #ifndef __VMS
    commandInDir += " 2>&1";
+ #endif
    command = commandInDir.c_str();
    const int BUFFER_SIZE = 4096;



More information about the Cmake-commits mailing list