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

Don't overwrite reference results unless told to

parent 7bc0068d
......@@ -20,4 +20,6 @@ if [ -f _.fl.old ] ; then
diff -u _.fl.old _.fl
fi
mv _.fl _.fl.old
if [ "x$1" = "x-ok" ] ; then
mv _.fl _.fl.old
fi
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