gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 12/282: scripts/delta: adapt to new public header layout


From: gnunet
Subject: [gnurl] 12/282: scripts/delta: adapt to new public header layout
Date: Wed, 01 Apr 2020 14:27:57 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 062eaa63b57fb30d893ee718015eae277ec5e300
Author: Daniel Stenberg <address@hidden>
AuthorDate: Tue Jan 7 08:30:59 2020 +0100

    scripts/delta: adapt to new public header layout
---
 scripts/delta | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/delta b/scripts/delta
index 81de75338..bffa8e5c3 100755
--- a/scripts/delta
+++ b/scripts/delta
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2018-2019, Daniel Stenberg, <address@hidden>, et al.
+# Copyright (C) 2018-2020, Daniel Stenberg, <address@hidden>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -53,8 +53,8 @@ $bcontribs = `git show $start:docs/THANKS | grep -c '^[^ ]'`;
 $contribs = $acontribs - $bcontribs;
 
 # number of setops:
-$asetopts=`grep "^  CINIT" include/curl/curl.h  | grep -cv OBSOLETE`;
-$bsetopts=`git show $start:include/curl/curl.h | grep "^  CINIT" | grep -cv 
OBSOLETE`;
+$asetopts=`grep '^  CURLOPT(' include/curl/curl.h  | grep -cv OBSOLETE`;
+$bsetopts=`git show $start:include/curl/curl.h | grep '^  CURLOPT(' | grep -cv 
OBSOLETE`;
 $nsetopts = $asetopts - $bsetopts;
 
 # Number of command line options:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]