[PATCH] Fix filtering out of 'Sending translation for' log messages in bumpver.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dac4335..dc345e4 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:
-- 
1.6.0.6

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux