aboutsummaryrefslogtreecommitdiff
path: root/release/scripts/relnotes-search.sh
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/relnotes-search.sh')
-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 a9a931a84c100..895f3998f8adc 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 $?
}