summaryrefslogtreecommitdiff
path: root/intltool-update.in
diff options
context:
space:
mode:
authorDanilo Šegan <danilo@canonical.com>2010-03-18 21:30:32 +0100
committerDanilo Šegan <danilo@canonical.com>2010-03-18 21:30:32 +0100
commitd605e4f57643d9a7deb4862c25817690a69be60d (patch)
treef73db21eadb7a944bf68ca1bdc2e54842a4f2332 /intltool-update.in
parent021f1265c0d585f914d3eb743ed1f03d11a289a0 (diff)
downloadintltool-d605e4f57643d9a7deb4862c25817690a69be60d.tar.gz
Fix up problem with r702 fix: spurious $ in the regex.
Diffstat (limited to 'intltool-update.in')
-rw-r--r--intltool-update.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/intltool-update.in b/intltool-update.in
index 7488773..d80d4d2 100644
--- a/intltool-update.in
+++ b/intltool-update.in
@@ -501,7 +501,7 @@ sub FindLeftoutFiles
}
## C_ N_ NC_ Q_ and _ are the macros defined in gi8n.h
- if (/(NC_|[NCQ]_|[^_]_|$_) *\(QUOTEDTEXT/)
+ if (/\b(NC_|[NCQ]_|[^_]_|_) *\(QUOTEDTEXT/)
{
if (defined isNotValidMissing (unpack("x3 A*", $file))) {
## Remove the first 3 chars and add newline