Skip to content

Commit

Permalink
Match hkBst as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameeyes committed Jun 27, 2012
1 parent 4d98659 commit 6c5b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readscript.rb
Expand Up @@ -93,7 +93,7 @@
elsif line =~ /(^ \* ERROR: .* failed|detected file collision)/ elsif line =~ /(^ \* ERROR: .* failed|detected file collision)/
pkg_failed = true pkg_failed = true
match = true match = true
elsif line =~ /^ \* Maintainer: ([a-z0-9.@_+-]+)(?: ([a-z0-9.@_+,-]+))?$/ elsif line =~ /^ \* Maintainer: ([a-zA-Z0-9.@_+-]+)(?: ([a-zA-Z0-9.@_+,-]+))?$/
bug_assignee = $1 bug_assignee = $1
bug_cc = $2 bug_cc = $2
end end
Expand Down

0 comments on commit 6c5b9ef

Please sign in to comment.