aboutsummaryrefslogtreecommitdiffstats
path: root/bin/gettext-nget-patch
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2012-09-30 20:53:09 +0100
committerDave Whiteland <dave@mysociety.org>2012-09-30 20:53:09 +0100
commit5657b851489339e33d60798b42f3d075260cac59 (patch)
tree9c966778e573e6118ea33ef50043718da7f1a1c9 /bin/gettext-nget-patch
parent0806021813b2244a3359da633e83974b232dbd25 (diff)
parentadb1f3b7e36b4ef0fea0439ef4be1186d36b377f (diff)
Merge branch 'fmb-read-only' of ssh://git.mysociety.org/data/git/public/fixmystreet into fmb-read-only
Conflicts: web/cobrands/fixmybarangay/message_manager.scss
Diffstat (limited to 'bin/gettext-nget-patch')
-rwxr-xr-xbin/gettext-nget-patch1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gettext-nget-patch b/bin/gettext-nget-patch
index 223bcc816..eadc46d0e 100755
--- a/bin/gettext-nget-patch
+++ b/bin/gettext-nget-patch
@@ -9,6 +9,7 @@ my %out;
find( sub {
next unless -f;
+ next if $File::Find::name =~ /ttc$/;
open (FP, $_) or die $!;
while (<FP>) {
next unless /nget/;