[Cmake-commits] [cmake-commits] hoffman committed cmake.cxx 1.401 1.402

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jan 29 14:31:48 EST 2009


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

Modified Files:
	cmake.cxx 
Log Message:
BUG: fix for #8418 -E chdir should return fail of dir does not exist


Index: cmake.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmake.cxx,v
retrieving revision 1.401
retrieving revision 1.402
diff -C 2 -d -r1.401 -r1.402
*** cmake.cxx	9 Dec 2008 21:07:10 -0000	1.401
--- cmake.cxx	29 Jan 2009 19:31:45 -0000	1.402
***************
*** 1229,1233 ****
          cmSystemTools::Error("Directory does not exist for chdir command: ",
                               args[2].c_str());
!         return 0;
          }
  
--- 1229,1233 ----
          cmSystemTools::Error("Directory does not exist for chdir command: ",
                               args[2].c_str());
!         return 1;
          }
  



More information about the Cmake-commits mailing list