[Swift-commit] r3565 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Tue Aug 24 22:00:24 CDT 2010


Author: wozniak
Date: 2010-08-24 22:00:24 -0500 (Tue, 24 Aug 2010)
New Revision: 3565

Modified:
   trunk/libexec/cdm.pl
Log:
Allow arbitrary tabs and spaces in CDM file


Modified: trunk/libexec/cdm.pl
===================================================================
--- trunk/libexec/cdm.pl	2010-08-23 20:16:04 UTC (rev 3564)
+++ trunk/libexec/cdm.pl	2010-08-25 03:00:24 UTC (rev 3565)
@@ -66,7 +66,7 @@
 
     next if $_ eq "";
 
-    @tokens = split(/ /, $_); 
+    @tokens = split(/[ \t]+/, $_); 
     $type   = shift(@tokens); 
     if ($type eq "rule") 
     {




More information about the Swift-commit mailing list