Remove the force file, if it was used.
Forgotten by: linimon
This commit is contained in:
parent
c4f1e0c29c
commit
11ea3eeed1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213873
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue