mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
merge 54368
This commit is contained in:
commit
d843209485
1 changed files with 2 additions and 0 deletions
|
@ -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 =~ /^\[(.*)\]/ ) {
|
||||
|
|
Loading…
Reference in a new issue