chiark
/
gitweb
/
~ianmdlvl
/
dgit.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
test suite: enumerate-tests: Drop duplicate dependencies
[dgit.git]
/
po
/
remove-potcdate
1
#! /usr/bin/perl -n
2
3
BEGIN {
4
$seen_potcdate = 0;
5
}
6
7
if (not $seen_potcdate and /^"POT-Creation-Date: .*"/) {
8
$seen_potcdate = 1;
9
next;
10
}
11
print;