Turn pointless skeleton into just a script

parent bd297993
......@@ -6,6 +6,11 @@ if [ "x$1" = "x-ok" -a -f _.fl ] ; then
exit 0
fi
if [ "x${VARNISHSRC}" = "x" ] ; then
echo >&2 VARNISHSRC needs to point to varnish-cache sources
exit 9
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