[master] c56e4a85d vmod lint: change header format

Nils Goroll nils.goroll at uplex.de
Thu Jan 7 15:38:06 UTC 2021


commit c56e4a85d1ea3a14c859e4046d8723c9df87711c
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jan 7 15:32:30 2021 +0100

    vmod lint: change header format

diff --git a/vmod/flint.sh b/vmod/flint.sh
index ee1d06532..30896053c 100755
--- a/vmod/flint.sh
+++ b/vmod/flint.sh
@@ -2,10 +2,10 @@
 
 for vmod in vmod_*.vcc ; do
     vmod="${vmod%.vcc}"
-    vmod="${vmod#vmod_}"
     echo "====================="
     echo "${vmod}"
     echo "====================="
+    vmod="${vmod#vmod_}"
     FLOPS="-I../bin/varnishd vcc_${vmod}_if.c vmod_${vmod}*.c" \
 	 ../tools/flint_skel.sh
 done


More information about the varnish-commit mailing list