From 24dd06d19049a778fff28cc7ea95021b36c0142c Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sat, 12 Jan 2013 21:04:17 +0000 Subject: [PATCH] Won't work for DOS encoded .pm git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2496 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/commandref_join.pl b/contrib/commandref_join.pl index 7aa511b40..61f67a9d8 100755 --- a/contrib/commandref_join.pl +++ b/contrib/commandref_join.pl @@ -67,7 +67,7 @@ foreach my $lang (@lang) { my $line = 0; while(my $l = ) { $line++; - if($l =~ m/^=begin html$suffix$/) { + if($l =~ m/^=begin html$suffix/) { $l = ; # skip one line, to be able to repeat join+split $skip = 0; $line++; } elsif($l =~ m/^=end html$suffix/) {