mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:43:34 +03:00
cd2nroff: only require "added-in" for source "libcurl"
To allow this script to be used by trurl easier. Closes #14844
This commit is contained in:
parent
c4ab33370a
commit
7020bc9c4a
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ sub single {
|
|||
print STDERR "$f:$line:1:ERROR: no 'Source:' in $f\n";
|
||||
return 2;
|
||||
}
|
||||
if(!$addedin) {
|
||||
if(($source eq "libcurl") && !$addedin) {
|
||||
print STDERR "$f:$line:1:ERROR: no 'Added-in:' in $f\n";
|
||||
return 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue