Check for VARNISHSRC in flint.sh

parent 6c5d8c50
......@@ -6,6 +6,11 @@ if [ "x$1" = "x-ok" -a -f _.fl ] ; then
exit 0
fi
if [ "x${VARNISHSRC}" = "x" ] ; then
echo >&2 VARNISHSRC must be set
exit 2
fi
flexelint \
-D__FLEXELINT__ \
${VARNISHSRC}/flint.lnt \
......
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