diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-16 10:20:56 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-07-16 10:20:56 +0200 |
commit | 657d8b8812f16b2c377e5b77ff2ffcc4046a7dce (patch) | |
tree | bbcf268a73f802c7308f7670f6daf62b44a6e834 /po/insert-header.sin | |
parent | 6f674ee5c209ae295a32211c9c86807aa06999a5 (diff) |
New upstream version 3.25.1upstream/3.25.1
Diffstat (limited to 'po/insert-header.sin')
-rw-r--r-- | po/insert-header.sin | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/po/insert-header.sin b/po/insert-header.sin deleted file mode 100644 index b26de01..0000000 --- a/po/insert-header.sin +++ /dev/null @@ -1,23 +0,0 @@ -# Sed script that inserts the file called HEADER before the header entry. -# -# At each occurrence of a line starting with "msgid ", we execute the following -# commands. At the first occurrence, insert the file. At the following -# occurrences, do nothing. The distinction between the first and the following -# occurrences is achieved by looking at the hold space. -/^msgid /{ -x -# Test if the hold space is empty. -s/m/m/ -ta -# Yes it was empty. First occurrence. Read the file. -r HEADER -# Output the file's contents by reading the next line. But don't lose the -# current line while doing this. -g -N -bb -:a -# The hold space was nonempty. Following occurrences. Do nothing. -x -:b -} |