summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-06 05:42:41 +0000
committerkris <kris@FreeBSD.org>2003-04-06 05:42:41 +0000
commit96c8d43b0fd37c48877dca964db4373e87c715c9 (patch)
treecbfb8f530f19120673f3a230f251fccf1bba8bbe /Tools
parenta48f1458fc89f939a2d69ba6512735e7b7998438 (diff)
downloadFreeBSD-ports-96c8d43b0fd37c48877dca964db4373e87c715c9.zip
FreeBSD-ports-96c8d43b0fd37c48877dca964db4373e87c715c9.tar.gz
Update sed pattern used to process logs
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/processlogs22
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/processlogs2 b/Tools/portbuild/scripts/processlogs2
index 0edef4c..d28a042 100755
--- a/Tools/portbuild/scripts/processlogs2
+++ b/Tools/portbuild/scripts/processlogs2
@@ -49,7 +49,7 @@ else
maints="$maints $maint"
echo -n "<a href=\"mailto:$maint\">$maint</a>" >>$of
echo "</td><td valign=\"top\">" >>$of
- for file in $(cat $log.log | sed -e '1,/^list of extra files and directories/d' -e '/^list of all files and directories/,$d' -e '/^ /d' -e 's/^extra: //' -e 's/^missing: //' -e 's/://' | awk '{print $1}'); do
+ for file in $(cat $log.log | sed -e '1,/^list of extra files and directories/d' -e '/^=======/,$d' -e '/^ /d' -e 's/^extra: //' -e 's/^missing: //' -e 's/://' | awk '{print $1}'); do
echo "$file<br>" >>$of
done
echo "</td></tr>" >>$of
OpenPOWER on IntegriCloud