mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
scripts/delta: count command line options in the new file
... which makes the shown delta number wrong until next release.
This commit is contained in:
parent
147c39b99c
commit
8bb5f4ddf3
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ $bsetopts=`git show $start:include/curl/curl.h | grep '^ CURLOPT(' | grep -cv O
|
|||
$nsetopts = $asetopts - $bsetopts;
|
||||
|
||||
# Number of command line options:
|
||||
$aoptions=`grep -c '{"....--' src/tool_help.c`;
|
||||
$boptions=`git show $start:src/tool_help.c | grep -c '{"....--'`;
|
||||
$aoptions=`grep -c '{"....--' src/tool_listhelp.c`;
|
||||
$boptions=`git show $start:src/tool_listhelp.c | grep -c '{"....--'`;
|
||||
$noptions=$aoptions - $boptions;
|
||||
|
||||
# Number of files in git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue