aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-11-06 23:07:50 +0000
committerng0 <ng0@n0.is>2019-11-06 23:07:50 +0000
commit63b81ac1e01ec080ebdd30b6c7bf1df08007a8c6 (patch)
tree0f86193bdda4efa0b5e4585f01ac9968ad970318 /scripts
parent9ad7b8f9155da66a99648c7ec543f8e7f64de8e7 (diff)
downloadgnurl-63b81ac1e01ec080ebdd30b6c7bf1df08007a8c6.tar.gz
gnurl-63b81ac1e01ec080ebdd30b6c7bf1df08007a8c6.tar.bz2
gnurl-63b81ac1e01ec080ebdd30b6c7bf1df08007a8c6.zip
minor
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/delta4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/delta b/scripts/delta
index 81de75338..3d3ecc13f 100755
--- a/scripts/delta
+++ b/scripts/delta
@@ -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 "^ CINIT" include/gnurl/curl.h | grep -cv OBSOLETE`;
+$bsetopts=`git show $start:include/gnurl/curl.h | grep "^ CINIT" | grep -cv OBSOLETE`;
$nsetopts = $asetopts - $bsetopts;
# Number of command line options: