mirror of
https://github.com/curl/curl.git
synced 2026-07-16 08:07:17 +03:00
scripts/copyright.pl: fix for handling removed files better
This commit is contained in:
parent
1bf3643f7b
commit
9d8f3ce6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue