[cmake-commits] hoffman committed cmSystemTools.cxx 1.327.2.5 1.327.2.6

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 26 22:57:02 EDT 2007


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

Modified Files:
      Tag: CMake-2-4
	cmSystemTools.cxx 
Log Message:
ENH: move changes from head


Index: cmSystemTools.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmSystemTools.cxx,v
retrieving revision 1.327.2.5
retrieving revision 1.327.2.6
diff -u -d -r1.327.2.5 -r1.327.2.6
--- cmSystemTools.cxx	25 Oct 2007 18:03:48 -0000	1.327.2.5
+++ cmSystemTools.cxx	27 Oct 2007 02:57:00 -0000	1.327.2.6
@@ -1585,7 +1585,7 @@
   int options = 0;
   if(verbose)
     {
-    options != TAR_VERBOSE;
+    options |= TAR_VERBOSE;
     }
 #ifdef __CYGWIN__
   options |= TAR_GNU;



More information about the Cmake-commits mailing list