Commit f2125096 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a diff facility for the output



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4832 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3d64f497
......@@ -10,4 +10,10 @@ flexelint \
*.c \
../../lib/libvarnish/*.c \
../../lib/libvarnishcompat/execinfo.c \
../../lib/libvcl/*.c
../../lib/libvcl/*.c 2>&1 | tee _.fl
if [ -f _.fl.old ] ; then
diff -u _.fl.old _.fl
fi
mv _.fl _.fl.old
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