[Freeswitch-svn] [commit] r9256 - freeswitch/trunk/scripts

Freeswitch SVN brian at freeswitch.org
Mon Aug 11 23:00:15 EDT 2008


Author: brian
Date: Mon Aug 11 23:00:14 2008
New Revision: 9256

Modified:
   freeswitch/trunk/scripts/mklm

Log:
w00t

Modified: freeswitch/trunk/scripts/mklm
==============================================================================
--- freeswitch/trunk/scripts/mklm	(original)
+++ freeswitch/trunk/scripts/mklm	Mon Aug 11 23:00:14 2008
@@ -44,6 +44,7 @@
 	$line =~ s/<(.*?)>//gi;;
 	$line =~ s/^\s*//;
 	$line =~ s/\s*$//;
+	$line =~ s/_/ /g;
 	@tmp = split(' ', $line);
 	foreach $tmp (@tmp) {
 	    push(@in, uc($tmp));



More information about the Freeswitch-svn mailing list