summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-12-08 15:45:07 +0000
committergjb <gjb@FreeBSD.org>2014-12-08 15:45:07 +0000
commit447d8c15e8a64ef879cd8ba66c42cefb87d06c65 (patch)
treedd36e22be18a4e184862720257d5b01c1d79b134 /release/scripts
parentb65c58c802436598f59e45644da19df91a0da8cf (diff)
downloadFreeBSD-src-447d8c15e8a64ef879cd8ba66c42cefb87d06c65.zip
FreeBSD-src-447d8c15e8a64ef879cd8ba66c42cefb87d06c65.tar.gz
Adjust the 'Relnotes:' search to look for any non-empty
string following the tag. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/relnotes-search.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/relnotes-search.sh b/release/scripts/relnotes-search.sh
index a9a931a..895f399 100755
--- a/release/scripts/relnotes-search.sh
+++ b/release/scripts/relnotes-search.sh
@@ -125,7 +125,7 @@ main() {
# All tests passed. Let's see what can possibly go wrong
# from here. The search string specified should match this
# in PCRE speak: ':[\t ]*'
- ${svn} log ${rev} --search 'Relnotes:?[^ ]*' ${1} > ${where}
+ ${svn} log ${rev} --search 'Relnotes:*[A-Za-z0-9]*' ${1} > ${where}
return $?
}
OpenPOWER on IntegriCloud