summaryrefslogtreecommitdiff
path: root/po/sort-potfiles
blob: 119bd745f763e7edb9c83fef053f74e906db81da (plain)
1
2
3
4
5
6
#!/bin/sh

head -n 4 < POTFILES.in > POTFILES.in.tmp 
grep -v "^[\\[#]" < POTFILES.in | sort >> POTFILES.in.tmp
mv POTFILES.in.tmp POTFILES.in