GNOME Bugzilla – Bug 744903
triggers: fix LiteralMatch vs REMatch problems
Last modified: 2015-02-22 23:17:54 UTC
See patch.
Created attachment 297518 [details] [review] triggers: fix LiteralMatch vs REMatch problems ceaa03131d0ccdf80797228dd901a0af82bd12f8 tried to "fix" the failing regular expression matches for several triggers, but made the mistake of adding '^' to LiteralMatch lines. Change those to REMatch lines so that they work properly.
Review of attachment 297518 [details] [review]: Ok, though I would personally just go back to LiteralMatch without a leading /.
Attachment 297518 [details] pushed as abe8469 - triggers: fix LiteralMatch vs REMatch problems