From 39a62eb1d27bcd45ebeebd53104d398ab5655443 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Thu, 8 Oct 2009 18:20:44 +0200 Subject: Fix filtering out of 'Sending translation for' log messages in bumpver. I hit it in the last build that I've done where the filtering was introduced (and I have to add that I also acked the original patch). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index dac4335d4..dc345e48b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,7 +114,7 @@ rpmlog: @git log --pretty="format:- %s (%ae)" \ $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(PACKAGE_RELEASE).. | \ sed -e 's/@.*)/)/' | sed -e 's/%/%%/g' | \ - grep -v "- Sending translation for " + grep -v -- "- Sending translation for " @echo bumpver: -- cgit