aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/portbuild
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2008-05-29 22:14:54 +0800
committerlinimon <linimon@FreeBSD.org>2008-05-29 22:14:54 +0800
commit35af20475720a34928e3353648a031d35a6db595 (patch)
tree172427428b0dc44df9b3c0e94e57139f62123c2d /Tools/portbuild
parent852f2867239c7628651adebafdeb4e016f59415b (diff)
downloadfreebsd-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-xTools/portbuild/scripts/processlogs21
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