]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts/copyright.pl: fix for handling removed files better
authorDaniel Stenberg <daniel@haxx.se>
Tue, 1 Feb 2022 15:21:58 +0000 (16:21 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 1 Feb 2022 15:22:11 +0000 (16:22 +0100)
scripts/copyright.pl

index 878f228c265ddb69788e478f66856fad739372f1..50ff98ad8f0bd082ab994edeae9d632ab139fd39 100755 (executable)
@@ -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;