[master] 36be307a1 fix path to be top of github repos

Poul-Henning Kamp phk at FreeBSD.org
Tue Jul 2 12:05:06 UTC 2024


commit 36be307a1f0efe5984fb1a01b7855e6a57c046b7
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Jul 2 12:01:49 2024 +0000

    fix path to be top of github repos

diff --git a/tools/cmp_zlib.sh b/tools/cmp_zlib.sh
index a3acbd2b8..038497dbc 100644
--- a/tools/cmp_zlib.sh
+++ b/tools/cmp_zlib.sh
@@ -11,7 +11,7 @@ else
     (cd ${LZ} && git pull)
 fi
 
-for i in varnish-cache/lib/libvgz/*.[ch]
+for i in lib/libvgz/*.[ch]
 do
 	b=`basename $i`
 	if [ "$b" == "vgz.h" ] ; then


More information about the varnish-commit mailing list