vmod lint: change header format

parent c021fbca
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment