scripts/copyright.pl: fix for handling removed files better
This commit is contained in:
Родитель
1bf3643f7b
Коммит
9d8f3ce6d7
|
@ -126,7 +126,7 @@ sub checkfile {
|
|||
}
|
||||
# this means the file couldn't open - it might not exist, consider
|
||||
# that fine
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
my $commityear = undef;
|
||||
|
|
Загрузка…
Ссылка в новой задаче