summaryrefslogtreecommitdiff
path: root/sss_client/po/remove-potcdate.sin
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-05-27 13:45:39 +0200
committerSimo Sorce <ssorce@redhat.com>2009-05-28 15:40:56 -0400
commitf0bc75736b10e2d9b8e3e369578727ef5004617a (patch)
treeb48031b907b23644120dcc84c47afbbe32a7db6e /sss_client/po/remove-potcdate.sin
parentb57c9bc5c5c1374bc8c8fb0881c85ff2e02e113e (diff)
downloadsssd-f0bc75736b10e2d9b8e3e369578727ef5004617a.tar.gz
sssd-f0bc75736b10e2d9b8e3e369578727ef5004617a.tar.bz2
sssd-f0bc75736b10e2d9b8e3e369578727ef5004617a.zip
gettext cleanups
This patch removes a couple of files which can be created by autopoint automatically. The pot file now contains no changes compared to the output of xgettext. This should help to avoid unnecesary changes to the pot or po files during a 'make dist' or similar calls.
Diffstat (limited to 'sss_client/po/remove-potcdate.sin')
-rw-r--r--sss_client/po/remove-potcdate.sin19
1 files changed, 0 insertions, 19 deletions
diff --git a/sss_client/po/remove-potcdate.sin b/sss_client/po/remove-potcdate.sin
deleted file mode 100644
index 2436c49e..00000000
--- a/sss_client/po/remove-potcdate.sin
+++ /dev/null
@@ -1,19 +0,0 @@
-# Sed script that remove the POT-Creation-Date line in the header entry
-# from a POT file.
-#
-# The distinction between the first and the following occurrences of the
-# pattern is achieved by looking at the hold space.
-/^"POT-Creation-Date: .*"$/{
-x
-# Test if the hold space is empty.
-s/P/P/
-ta
-# Yes it was empty. First occurrence. Remove the line.
-g
-d
-bb
-:a
-# The hold space was nonempty. Following occurrences. Do nothing.
-x
-:b
-}