]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
w00t
authorBrian West <brian@freeswitch.org>
Tue, 12 Aug 2008 03:00:14 +0000 (03:00 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 12 Aug 2008 03:00:14 +0000 (03:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9256 d0543943-73ff-0310-b7d9-9358b9ac24b2

scripts/mklm

index 06a58afe856c9ce2f40e739f972a0a9d534ff5d8..c2ead8979b5677127c2d2401af695bf72a230aef 100755 (executable)
@@ -44,6 +44,7 @@ foreach $file (@sent) {
        $line =~ s/<(.*?)>//gi;;
        $line =~ s/^\s*//;
        $line =~ s/\s*$//;
+       $line =~ s/_/ /g;
        @tmp = split(' ', $line);
        foreach $tmp (@tmp) {
            push(@in, uc($tmp));