updatelang: Fix the ignore list having issues with line endings.
Change-Id: Ib4add14ff7415c42d0cc2ec11ec918ec02fac72d
This commit is contained in:
parent
e3f6e9d9f6
commit
f495c4846d
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ close (FH);
|
|||
sub not_ignorelist {
|
||||
my ($key) = @_;
|
||||
foreach (@ignorelist) {
|
||||
chomp;
|
||||
if ($_ eq $key) {
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue