[Swift-commit] r3224 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Feb 4 12:33:35 CST 2010


Author: wozniak
Date: 2010-02-04 12:33:35 -0600 (Thu, 04 Feb 2010)
New Revision: 3224

Modified:
   trunk/libexec/cdm.pl
Log:
Bug fix for CDM DEFAULT case. 


Modified: trunk/libexec/cdm.pl
===================================================================
--- trunk/libexec/cdm.pl	2010-02-03 22:23:42 UTC (rev 3223)
+++ trunk/libexec/cdm.pl	2010-02-04 18:33:35 UTC (rev 3224)
@@ -21,10 +21,11 @@
 	$pattern = $_;
 	if ($file =~ /$pattern/)
 	{
-	    print("$$hash{$pattern}\n");
+	    $result = "$$hash{$pattern}\n";
 	    last;
 	}
     }
+    print "$result\n";
 }
 
 # Command-line arguments: 




More information about the Swift-commit mailing list