Fix errors in caret placement on box open and in annotation browser.
[redakcja.git] / scripts / remove-pot-creation-dates.sh
1 #!/bin/sh
2
3 sed '/^"POT-Creation-Date:/d'
4