mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Adjust the 'Relnotes:' search to look for any non-empty
string following the tag. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
d3fc0cb884
commit
4c16f1b111
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $?
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue