Remove the force file, if it was used.

Forgotten by:	linimon
This commit is contained in:
Mark Linimon 2008-05-29 14:14:54 +00:00
parent c4f1e0c29c
commit 11ea3eeed1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213873

View file

@ -8,6 +8,7 @@ echo "<html><head><title>List of files and directories that do not match their m
echo "<h1>List of files and directories that do not match their mtree description</h1>" >>$of
echo "</head><body>" >>$of
rm -f .force
touch .stamp
find . -name '*.log' | xargs grep -l '^list of.*file' | sort | sed -e 's/^..//' > .tmp