mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
12 lines
58 B
Sed
12 lines
58 B
Sed
/^"POT-Creation-Date: .*"$/{
|
|
x
|
|
s/P/P/
|
|
ta
|
|
g
|
|
d
|
|
bb
|
|
:a
|
|
x
|
|
:b
|
|
}
|