[Cmake-commits] [cmake-commits] king committed System.c 1.11 1.12

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Apr 30 10:02:12 EDT 2008


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

Modified Files:
	System.c 
Log Message:
BUG: Fix kwsysSystem_Shell_GetArgumentForWindows to reset the windows trailing backslash count to zero when a make variable reference is encountered.


Index: System.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/System.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C 2 -d -r1.11 -r1.12
*** System.c	13 Jan 2008 21:36:20 -0000	1.11
--- System.c	30 Apr 2008 14:02:08 -0000	1.12
***************
*** 381,384 ****
--- 381,388 ----
            }
  
+         /* The make variable reference eliminates any escaping needed
+            for preceding backslashes.  */
+         windows_backslashes = 0;
+ 
          /* Stop if we have reached the end of the string.  */
          if(!*c)



More information about the Cmake-commits mailing list