merge 54368

This commit is contained in:
Bjorn Munch 2010-06-15 12:14:48 +02:00
commit d843209485

View file

@ -188,6 +188,8 @@ sub new {
while ( my $line= <$F> ) {
chomp($line);
# Remove any trailing CR from Windows edited files
$line=~ s/\cM$//;
# [group]
if ( $line =~ /^\[(.*)\]/ ) {