summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2009-10-08 18:20:44 +0200
committerRadek Vykydal <rvykydal@redhat.com>2009-10-09 08:08:08 +0200
commit9ac905d22515d012a1e89f482258fce60452d7a3 (patch)
tree5d8aeb5bd3d2eca5a1fb0fe24c8e7c2d58ca2682
parenta06a076c1ee7c21c8d92d7546689df6d50397561 (diff)
downloadanaconda-9ac905d22515d012a1e89f482258fce60452d7a3.tar.gz
anaconda-9ac905d22515d012a1e89f482258fce60452d7a3.tar.xz
anaconda-9ac905d22515d012a1e89f482258fce60452d7a3.zip
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).
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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: