summaryrefslogtreecommitdiff
path: root/po/fix-merge.awk
blob: ec9e253b81bd6583719bc8760d155ca898c3a76e (plain)
1
2
3
4
5
6
#! /usr/bin/gawk -f

/^<<<<<<< HEAD/	{ next }
/^=======/, /^>>>>>>> / { next }

{ print }