remove blank lines

This commit is contained in:
Eric House 2013-11-22 18:51:04 -08:00
parent 9a5408f5db
commit 14fa77cf2d

View file

@ -31,6 +31,7 @@ $(XWLANG)Main.dict.gz: $(SOURCEDICT) $(MAKEFILE)
file -z $(SOURCEDICT) | grep -q 'UTF-8 Unicode' || exit 1
zcat $< \
| sed 's/;.*$$//' \
| sed '/^$$/d' \
| sed 's,.,\U\0,g' \
| sed -e 's/ß/SS/g' \
| grep '^[AÄBCDEFGHIJKLMNOÖPQRSTUÜVWXYZ]*$$' \