FIX: off by one error in fuzzy finder.
This commit is contained in:
parent 31c80b4bb1
commit 085ea2c414
1 changed files with 1 additions and 1 deletions
2 Makefile
2
Makefile | | @ -90,4 +90,4 @@ endif | |||
| ||||
.PHONY: fuzzy | ||||
fuzzy: | ||||
for file in *.po */*.po; do echo $$(msgattrib --only-fuzzy --no-obsolete "$$file" | grep -c ^msgid) $$file; done | grep -v ^0 | sort -gr | ||||
for file in *.po */*.po; do echo $$(msgattrib --only-fuzzy --no-obsolete "$$file" | grep -c '#, fuzzy') $$file; done | grep -v ^0 | sort -gr | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue