summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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:09:42 +0200
commit39a62eb1d27bcd45ebeebd53104d398ab5655443 (patch)
treeab31e867bd1c32960b8d9a304109f5c980416add /Makefile.am
parent44b44dbd40c3355e2e226acc5d5b01cd2a16c125 (diff)
downloadanaconda-39a62eb1d27bcd45ebeebd53104d398ab5655443.tar.gz
anaconda-39a62eb1d27bcd45ebeebd53104d398ab5655443.tar.xz
anaconda-39a62eb1d27bcd45ebeebd53104d398ab5655443.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).
Diffstat (limited to 'Makefile.am')
-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: