diff options
author | linimon <linimon@FreeBSD.org> | 2008-05-29 22:14:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-05-29 22:14:54 +0800 |
commit | 35af20475720a34928e3353648a031d35a6db595 (patch) | |
tree | 172427428b0dc44df9b3c0e94e57139f62123c2d /Tools/portbuild | |
parent | 852f2867239c7628651adebafdeb4e016f59415b (diff) | |
download | freebsd-ports-gnome-35af20475720a34928e3353648a031d35a6db595.tar.gz freebsd-ports-gnome-35af20475720a34928e3353648a031d35a6db595.tar.zst freebsd-ports-gnome-35af20475720a34928e3353648a031d35a6db595.zip |
Remove the force file, if it was used.
Forgotten by: linimon
Diffstat (limited to 'Tools/portbuild')
-rwxr-xr-x | Tools/portbuild/scripts/processlogs2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/portbuild/scripts/processlogs2 b/Tools/portbuild/scripts/processlogs2 index 317f5b89fa5a..8676b353b0f0 100755 --- a/Tools/portbuild/scripts/processlogs2 +++ b/Tools/portbuild/scripts/processlogs2 @@ -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 |